You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slot name, for example Theme Color 01. Returned in the casing the theme's templates declare, which may differ from the casing you wrote. Compare case insensitively.
[optional]
type
String
What kind of slot this is, taken from the template that declares it rather than guessed from the value. orphan means nothing declares it.
[optional]
undeclared
Boolean
True when no template in this theme references this name. Writing such a name is allowed and is how the builder stores its own settings, but if you did not mean to create one this is a misspelling and the write changed nothing visible.
[optional]
unused
Boolean
True when the slot is declared but nothing in the theme actually reads it, so setting it has no visible effect.
[optional]
value
String
The applied value. For a colour this is a hex or rgb string, for a boolean the text true or false, for a font the raw JSON document also given in the font field. When the stored value is empty the current preset's default is filled in here.