31 lines
752 B
JSON
31 lines
752 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Page Title",
|
|
"description": "The dashboard title at the top left"
|
|
},
|
|
"metaTitle": {
|
|
"label": "Meta Title",
|
|
"description": "The title displayed in your browser tab"
|
|
},
|
|
"logo": {
|
|
"label": "Logo",
|
|
"description": "The logo displayed at the top left"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"description": "The icon displayed in your browser tab"
|
|
},
|
|
"background": {
|
|
"label": "Background"
|
|
},
|
|
"customCSS": {
|
|
"label": "Custom CSS",
|
|
"description": "Further, customize your dashboard using CSS, only recommended for experienced users",
|
|
"placeholder": "Custom CSS will be applied last",
|
|
"applying": "Applying CSS..."
|
|
},
|
|
"buttons": {
|
|
"submit": "Submit"
|
|
}
|
|
}
|