-
Notifications
You must be signed in to change notification settings - Fork 2
Theme Type: Message
Robert McIntosh edited this page Sep 18, 2022
·
4 revisions
The message type allows you to define a control element meant to provide the user with more information. This control type does not add any css variables and is meant as a way to provide additional context for other elements or features of your theme.

A short user-friendly title that gives the user an idea of this setting. This value is localized.
A long user-friendly description that details what this setting is used for. This value is localized.
Set type to message to generate this control.
This control does not contain a default value. name and hint properties are the only content displayed to the end user via this control
"cssfoundryVTTColorsWarning": {
"name": "lib-themer.cssfoundryVTTColorsWarning.name",
"hint": "lib-themer.cssfoundryVTTColorsWarning.hint",
"type": "message"
}