CMS content is divided into content types, which serve as templates to define the structure and display different kinds of information. Each content type consists of fields, which are individual pieces of data. For example, a Blog Post content type might include fields for the title, body text, author name, and publication date.
Acquia Source provides certain default content types. These content types can be modified. For example, a site might have the following content types:
- Article (included)
- Use cases: News feed or Press Room.
- Fields: Title, Publication Date, Author, Tags, Body.
- Event (custom)
- Use cases: Creating a calendar or list of events.
- Fields: Title, Event Date, Location, Thumbnail, Description.
Creating a new content Item¶
Use the following steps to create a new content Item:
Access your site.
- In the left sidebar, click CMS.
- Click Add content.
- Select the desired content type.
- Fill in the required fields and any optional fields.
- Configure additional settings such as menu placement and URL alias.
- Save as draft or publish immediately.