Fix manifest.toml schema : add antifeatures section

This commit is contained in:
Félix Piédallu 2023-09-24 14:42:41 +02:00
parent 466f4750fc
commit 1728d8cc5e

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": [],