mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -1 +1,29 @@
|
||||
{"schema":{"properties":{"css":{"description":"Override CSS for the dashboard.","type":"string"},"dashboard_title":{"description":"A title for the dashboard.","maxLength":500,"minLength":0,"nullable":true,"type":"string"},"duplicate_slices":{"description":"Whether or not to also copy all charts on the dashboard","type":"boolean"},"json_metadata":{"description":"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.","type":"string"}},"required":["json_metadata"],"type":"object","title":"DashboardCopySchema"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"css": {
|
||||
"description": "Override CSS for the dashboard.",
|
||||
"type": "string"
|
||||
},
|
||||
"dashboard_title": {
|
||||
"description": "A title for the dashboard.",
|
||||
"maxLength": 500,
|
||||
"minLength": 0,
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"duplicate_slices": {
|
||||
"description": "Whether or not to also copy all charts on the dashboard",
|
||||
"type": "boolean"
|
||||
},
|
||||
"json_metadata": {
|
||||
"description": "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["json_metadata"],
|
||||
"type": "object",
|
||||
"title": "DashboardCopySchema"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user