I have static content with specific phrasing for every 50 states in the USA. In other words, if the user selects “New York,” in the client UI, I want to display “big apple,” in a text field as content. “Florida,” displays “orange bowl,” and so on. How can I use “Slug” to display the unique content based on the query parameter (example: /api/slug?state=NY)
My issue is how do I create the data entry in Strapi that will meet my requirement.
- Do I have to make 50 data entry points for each state?
- How do I toggle the text during data entry?
Thank you.