Collections
Create flexible datasets for your components
Overview
Directory Structure
com.yourcompany.component/
├── collections/
│ └── {collection-name}/
│ ├── info.json
│ ├── properties.json
│ └── defaults.json (optional)
├── templates/
│ └── index.html
├── hooks.js
├── info.json
└── properties.jsonCreating a Collection
Step 1: Create the Collection Folder
Step 2: Define info.json
Property
Required
Description
Step 3: Define properties.json
Step 4: Define defaults.json (Optional)
Property
Required
Description
Real-World Examples
Tags Collection
Tabs Collection with Defaults
Audio Tracks Collection
Next Steps
Best Practices
Last updated
Was this helpful?

