The @custom
property provides access to custom theme settings, which are available anywhere in your theme.
The attributes of the @custom
property are set by individual themes in the package.json
file. Depending on the type of setting, the @custom
property can then be used with the {{#if}}
or {{#match}}
helpers to customise the theme behaviour based on user settings.
Example code
More information about creating and working with custom theme settings can be found here.