Fix manifest.toml schema : add antifeatures section
This commit is contained in:
parent
466f4750fc
commit
1728d8cc5e
@ -142,6 +142,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"antifeatures": {
|
||||||
|
"type": "object",
|
||||||
|
"required": [],
|
||||||
|
"additionalProperties": false,
|
||||||
|
"patternProperties": {
|
||||||
|
"^[a-zA-Z0-9_-]*$": {"$ref": "#/$defs/translated_string"}
|
||||||
|
}
|
||||||
|
},
|
||||||
"install": {
|
"install": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [],
|
"required": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user