Create a Collection Type for a Post in Strapi

InstructorDaniel Phiri

Share this video with your friends

Send Tweet

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.