{
  "enabled_on": {
    "templates": ["index", "login"],
  }
}
The enabled_on and disabled_on properties allow you to restrict a section to certain template page types and section group types.
You can use only one of enabled_on or disabled_on.

Properties

templates
array
A list of template page types where the section can be used or prevented from being used. Use [”*”] for all template types.

Available Template Types

  • index - Homepage
  • login - Login page