Skip to main content

Item Settings JSON

Specifies JSON code that should be used to customize the settings for each item in the documentation.

The value is parsed as a JSON object keyed by item, where each entry can set isExcluded to leave the item out of the generated documentation, and propertyOrder and displayMode to override the global Property Order and Property Display Mode for that item. The exclusions chosen in the documentation configuration dialog are maintained in this format. A value that is not valid JSON is ignored.

When to Change This Setting

Use it to exclude specific entities from the documentation or to give individual items their own property ordering or filtering, while the global settings cover everything else.

SettingInteraction
Property OrderThe global default this JSON can override per item
Property Display ModeThe global default this JSON can override per item

Notes

  • This setting is part of the Documentation settings category.