Course lesson

Create a Collection Type for a Post in Strapi

The first thing we want to do is model the content that will be presented on our website. To do this we'll create a Post content type that will have several fields with types including text, rich text, date, and UID.

Duration
2 min
Access
Included
Transcript
Retained from source evidence

The first thing we want to do is model the content that will be presented on our website. To do this we'll create a Post content type that will have several fields with types including text, rich text, date, and UID.

After we create the content type you'll see how to manually create posts through the Strapi dashboard.