- Added `DeesStorageBrowser` to the Data Display section in README. - Included `DeesUpdater` in the Theming section of README. - Corrected the path to the LICENSE file in the README. - Updated company information section for clarity in README. - Modified `getFormElements` and `getSubmitButton` methods in `DeesForm` to use `querySelectorAll` for better input selection. - Updated `apexcharts` version from `5.10.3` to `5.10.4` in versions service.
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["/.smartconfig.json"],
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"npmci": {
|
|
"type": "object",
|
|
"description": "settings for npmci"
|
|
},
|
|
"gitzone": {
|
|
"type": "object",
|
|
"description": "settings for gitzone",
|
|
"properties": {
|
|
"projectType": {
|
|
"type": "string",
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|