📄️ Layout Page
You can create a page of the layout type that includes several pre-built components without the need to manually create these components. This approach allows you to quickly build complex layouts using a variety of elements such as buttons, images, videos, and more. This guide will walk you through setting up a layout page with these components.
📄️ Collection Page
A Collection page in Cockpit CMS is designed to handle multiple items of content in a structured format. This type of page is useful for displaying lists of items such as blog posts, products, or any other group of content where each item has similar attributes. This guide walks you through setting up a Collection model and demonstrates how to use the Collection data in your application.
📄️ Singleton Page
A Singleton page in Cockpit CMS is designed for unique pages or settings that need only one instance. Examples include "About Us", "Contact", or global settings pages. This guide walks you through setting up a Singleton model and provides a code example demonstrating how to use the Singleton data in your application.