Actions
Task #92503
openJSON Schemas for YAML configurations
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Common IDEs and code editors support JSON schema to validate YAML files.
With a JSON schema for YAML configurations shipped by the core extensions, the configuration would be much easier.
Such schemas brings for example:
With a JSON schema for YAML configurations shipped by the core extensions, the configuration would be much easier.
Such schemas brings for example:
- Auto completion
- Tooltips
- Validation
- Site configuration
- Form configuration
- RTE configuration
Updated by Jan Kiesewetter about 4 years ago
Georg Ringer created a POC of the site configuration schema:
https://github.com/georgringer/site-config-validation
Updated by Jan Kiesewetter about 4 years ago
I started a POC for ext:form
https://github.com/t3easy/TYPO3-Form-Schema
Updated by Jan Kiesewetter about 4 years ago
For automatic discovery of the schema files, they must be added to the catalog https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json
Updated by Oliver Hader almost 3 years ago
Updated by Jan Kiesewetter almost 2 years ago
Just seen, the routing was just added to the schemastore repository!
https://github.com/SchemaStore/schemastore/commits/master/src/schemas/json/typo3.json
Actions