Skip to main content

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

NameTypeExampleDescription
Specification NameStringHomeName of the specification you want to configure.
Platforms / DevicesArray["web"] or Desktop, Tablet, MobileWhere this configuration applies.
Root ConfigurationString / JSON / Image / URL{"headline": "Sale"}Named config values applied on the specification.
ComponentsComponentHeroBanner.jsOptional component from your component library.