Merge pull request #1741 from Salamandar/fix_manifest_schema_antifeatures

Fix manifest.toml schema : add antifeatures section
This commit is contained in:
tituspijean 2023-09-24 14:54:39 +02:00 committed by GitHub
commit 940dce2b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,14 @@
}
}
},
"antifeatures": {
"type": "object",
"required": [],
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_-]*$": {"$ref": "#/$defs/translated_string"}
}
},
"install": {
"type": "object",
"required": [],