Skip to main content

sectionList

This type allows to configure the display of different page sections.

Attributes:

  • counterVisible: Determines whether the number of related resources should be shown in the section header. The default value is true.
  • state: Determines the initial visibility of the section when opening the page. The user can change the visibility using the arrow buttons at the right of the section header.
    • expanded: The section is open and its data is visible. This is the default value.
    • collapsed: The section is closed and its data is not visible. The data is not loaded yet. This setting can provide some performance improvement.
    • collapsed_and_preload: The section is closed and its data is not visible. Nevertheless, the data is already loaded.
    • hidden: The section is completely hidden and cannot be made visible by the user.
info

This attribute is considered only if the config attribute of sectionsGrid has not been defined for the type of page or if it does not contain the state attribute.

warning

If a section is set to hidden, it is not displayed in the page customization tree anymore. Therefore, you can reverse this setting only by removing it on the Page customization page of the Web Admin Suite