List.ClassicLayout

Defines whether the "classic" 1.x layout is used. Possible values can be given in JSON syntax:

  • empty: The CRM.pad 2.x design is applied.
  • false (default value): The CRM.pad 2.x design is applied throughout the application.
  • true: The CRM.pad 1.x design is applied throughout the application.

You can limit the validity for the given setting by entering a JSON array containing specific field groups:

  • Includes: The layout is only applied to the given field groups.
  • Excludes: The layout is applied to all the field groups except the given ones.

Example:

{"default " : "true", "includes" : <"fieldGroupConfigName">, "excludes" : <"fieldGroupConfigName">}