Advanced Properties/Ui Category Display
| Tag Info | |
|---|---|
| Syntax | [advanced-properties] / [ui.categories.display:none]
|
| Alias | —
|
| Used On | [advanced-properties] children |
| Requires | — |
The advanced-properties tag marks a group layer as a container for invisible configuration layers that control advanced player behavior. It does not appear in the player's customization menu — instead, its child layers each carry a single configuration tag that tells the player how to behave. Currently the only supported child property is [ui.categories.display], which controls whether the category selection menu is shown.
Usage
The tag is written as [advanced-properties] on a PSD group layer. It must be placed at the root level of the PSD, not inside another folder. It cannot be combined with any other tags on the same layer, and the group must contain at least one child.
Each child of the [advanced-properties] group must be an empty layer (no pixels, no sub-folders) with exactly one configuration tag. The only currently valid child tag is [ui.categories.display:none].
For example: create a group named `my settings [advanced-properties]`. Inside it, place a blank empty layer named `hide menu [ui.categories.display:none]`. This will suppress the category navigation bar in the player.
Additional Tags to Use with Advanced-Properties
[ui.categories.display] — The only tag currently valid as a child of [advanced-properties]. Place it on an empty layer inside the group to configure player UI behavior.