CMS: Adding and Setting Up a Single Item Collection

2 min read
In this article
  • Step 1 | Create a single item collection
  • Step 2 | Connect elements to your single item collection
A single item collection contains one block of content made up of standard fields that you add to. The content you add to these fields can appear on one or more static pages of your website. To display the content, you connect elements on your page to the fields in your collection.
This type of collection does not have a table layout in the CMS. It is best suited for non-repeatable content, such as an about page or a single element, like a picture or a text box.
Learn more about single item collections.

Step 1 | Create a single item collection

When you create a collection, you either select a collection with a single item or a collection with multiple items.

To create a single item collection:

  1. Click + Create Collection at the top right. 
  2. Click Start from scratch.
    Tip: Alternatively, click Create with AI to let AI (Artificial Intelligence) create a collection for you.
  3. Click Next. 
  4. Enter a name for your collection. 
  5. (Coding only) Enter a collection ID to use in your code.
  6. Select Single item collection
  7. Click Create.
  8. Click + Add Field.  
  9. Choose the type of field you want to add and click Choose Field Type
A screenshot of choosing from the available field types.
  1. Set up the field: 
    1. Enter the Field name.
    2. (Coding only) If necessary, update the Field ID, which is used in the site's code. You cannot update this ID later. 
    3. (Optional) Enter help text to include a tooltip in your collection next to the field name.
    4. (Text and Address field types only) Click the Personally Identifiable Information toggle to encrypt sensitive information like social security and passport numbers.
    5. Click Save
  2. Repeat steps 8-10 to add as many fields as your collection needs. 

Step 2 | Connect elements to your single item collection

Connect supported elements to the single item collection through a dataset to display the content on your site. Datasets serve as internal tools for you and your collaborators, and they do not appear on your live site.

When connecting to your single item collection, select the specific fields you want to use with each page element. You can display your collection content in supported elements such as text, images, and buttons, ensuring a seamless integration of your content.
Learn how to use a dataset to connect your site elements to your collection.
Screenshot of connecting elements to a single item collection.