Create Child Collection
- Navigate to site admin view
- Create new collection named something semantic like "Core Value Items"
- Type: Generic
- Load Default: Default Collection
- Delete Page Link field
- Set Active as Hero
- Unhide all fields besides Active
- Click Save
- Add content to the child collection
Note: Usually, you only need the Active Icon, and Body fields. The Title, Subtitle, and Button fields are optional. You can delete these if you are not using them.
Nest child collection underneath sections collection
- Navigate to edit admin view (where the fonts, site colors, etc are located)
- Drag and drop child collection underneath sections collection
- Click Save
Create Section
- Navigate to corresponding sections collection
- Create new section named something semantic
- Set type to box-items
Skip if "box-items" is not missing from the type dropdown
Add "box-items.blade.php" file from starter files to repo of the site you are working on.
- Set up the website locally if you haven't already
- File is located in /resources/views/layout/section/box-items.blade.php
- Copy File from starter files
- Paste it into sections folder of site you are working on
- Commit changes
You will also need to add "box-items" to the Type dropdown on the sections collection you are working on.
- Navigate to site admin view
- Click on gear icon of Type field and add "box-items" option
- Click Save
- Click Save again
- Navigate to new section you created
Set collection type
- Select the child collection using Content Collection field
- Add content to Title, Body, etc fields
- Set Text Align field to "has-text-centered"