resourceRelations
This type allows to configure the section with the related resources.
Attributes:
- counterVisible
Determines whether the number of related resources should be shown in the section header. The default value is true. - defaultRelationSortStrategy
Determines how the related resources of the same resource type are sorted. Possible options are: CREATION_DATE (the last added resource relation is displayed first), DESCRIPTION (alphabetical sorting by the resource description). The default value is CREATION_DATE. -
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.If a section is set to hidden, it is not displayed in the page customization tree anymore. Therefore, you can reverse this setting only using tools which directly access the Java beans or by removing the page customization from the database.
- expanded