Project settings spec (Experience Setup)
Project settings spec describes settings which are applied to all events in the project.
Settings are grouped into subsections and subsections are grouped into sections. Each section is represented as a tab within Studio UI and each subsection is represented as a header on the corresponding tab.
| |
properties |
{
"sections": [{
"name": "Appearance",
"description": "Background",
"properties": [{
"label": "Background color",
"key": "appearance_background_color",
"mandatory": false,
"description": "Background color field description"
}],
"subsections": [{
"name": "Foreground",
"description": "Foreground",
"properties": [{
"label": "Background color",
"key": "appearance_background_color",
"mandatory": false,
"description": "Foreground color field description"
}]
}]
}]
}
Last modified 1mo ago