How To Configure a Specification
Steps
- On the Sidebar Menu, select Specifications
- Click ADD NEW (or edit an existing specification)
- Enter the Specification Name
- Choose whether the specification is currently in production (if shown)
- Select the Platforms or device targets this configuration should apply to (for web, typically web / Desktop, Tablet, Mobile)
- Under Root Configurations, choose Image, String, or JSON, enter a name, and click ADD NEW CONFIGURATIONS
- Image — enter a URL or pick from Media
- String — enter a text value
- JSON — use the code editor for structured config
- To add a Component, select one from your Components list
- Click Save when done
Form Values
| Name | Type | Example | Description |
|---|---|---|---|
| Specification Name | String | Home | Name of the specification you want to configure. |
| Platforms / Devices | Array | ["web"] or Desktop, Tablet, Mobile | Where this configuration applies. |
| Root Configuration | String / JSON / Image / URL | {"headline": "Sale"} | Named config values applied on the specification. |
| Components | Component | HeroBanner.js | Optional component from your component library. |