# Allow Website to Read Strapi Data

Admin panel:
1. Settings
2. Users & Permissions Plugin
3. Roles
4. Public
5. Enable find and findOne for:
   - Hero Slide
   - Product / Model
   - Production Section
   - Alert
   - Website Settings
   - Theme Settings
6. Save

Test URLs:
http://localhost:1337/api/hero-slides?populate=*
http://localhost:1337/api/products?populate=*


For video section also enable:
- Video: find and findOne

Video entry options:
1. If your Video content type has youtubeUrl field:
   youtubeUrl = https://www.youtube.com/watch?v=qR813vRun8g

2. If only details JSON is available:
{
  "type": "youtube",
  "url": "https://www.youtube.com/watch?v=qR813vRun8g"
}


After seed, enable Public find/findOne:
- Hero Slide
- Product / Model
- Production Section
- Alert
- Video
- Website Settings
- Theme Settings
