This article comprehensively explains each of the dashboard options.
...
Note: the order in which the tagsets are defined (currently only by editing the .json file) is significant. For instance, in a three-level classification taxonomy (e.g., Public, Internal, Confidential), if these are defined as (Internal, Confidential, Public), Internal will be considered the lowest level and Public the highest.
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": [ "Internal", "Confidential", "Public" ], "tagAliases": {}, "visualMarkingsOrder": {} },
Add aliases to the Classification tags:
Config without the alias:
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": [ "Public", "General Business", "Confidential", "Highly-Confidential" ], "tagAliases": {}, "visualMarkingsOrder": {} },
Config with aliases:
Code Block "tagsets": [ { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "name": "Classification", "displayName": "Classification", "required": false, "tagType": "categorical", "tags": [ "Public", "General Business", "Confidential", "Highly-Confidential" ], "tagAliases": { "Public": "General", "General Business": "Internal", "Confidential": "Secret", "Highly-Confidential": "Top Secret" }, "visualMarkingsOrder": {} },
In newer configs:
Code Block "classification": { "id": "e16409a7-1700-4153-9090-3955bc2f0ae8", "behaviour": "exclusive", "description": "", "displayName": "Classification", "displayOrder": 0, "enabled": true, "hiddenForUsers": false, "tagDisplayOrder": "automatic", "tagSeverityOrder": "ascending", "tags": [ { "id": "092288af-9749-46e2-a13c-377bf57e7a4b", "name": "Public", "alias": "General" }, { "id": "80fd464e-b32a-476e-ab7c-23f8f400a87d", "name": "General Business", "alias": "Internal" }, { "id": "43693551-67eb-47b4-9671-7d5827c22f89", "name": "Confidential", "alias": "Secret" }, { "id": "2ff7b12a-8cf7-47a4-8c97-9968e1f704ea", "name": "Highly-Confidential", "alias": "Top Secret" }
Plugins
This section enables users to easily activate or deactivate the Excel, Explorer, Outlook, PDF, PowerPoint, and Word plugins.
...
For more information on this topic, please refer to this article: Synergy Agent: Header Footer Details
Enforce page layout option
...
For more information on this topic, please refer to this article: Synergy Agent: Header Footer Details
Enforce Header and Footer type
...
For more information please check this article Synergy Agent: Header Footer Details
Show header/footer/watermark (and title/subtitle for PPT)
...