Model Name: free_blog
| Field | Type | Description |
|---|---|---|
| id | number | Blog ID |
| documentId | string | Strapi document ID |
| topic | string | Blog topic/category |
| title | string | Blog title |
| content | string | HTML / text content |
| tag | string | Custom blog tag |
| dayId | string | Day number connected |
| createdAt/updatedAt/publishedAt | string | System timestamps |
| image | BlogImage | Associated image |
Model Name: pro_blog
Same as Free Blog, but:
| Field | Type | Notes |
|---|---|---|
| titile | string | API has typo, keep as is |
| dayId | string | Required for Pro Day association |
Model Name: video
| Field | Type |
|---|---|
| name | string |
| url | string |
| mime | string |
| width / height | number |
| provider | string |
| alternativeText | string |
| caption | string |
| day (relation) | Day belongs to video |
Used for: