X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=ed903f889d1996552bed0a7185d271c246cbc480;hb=d555c302b682cea8775adc4161e041f56c577bcd;hp=22edac07bc61aa040ea2849ba36e9657b2cde6be;hpb=39836fea2b2875f895d126c8c1db99815792e0f8;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 22edac07bc..ed903f889d 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -77,6 +77,11 @@ "php": { "type": "string", "description": "Version constraint string against PHP." + }, + "ability-shell": { + "type": "boolean", + "default": false, + "description": "Whether this extension requires shell access." } }, "patternProperties": { @@ -356,7 +361,7 @@ "properties": { "class": { "type": "string", - "pattern": "^((?!ResourceLoader(File|Image)Module).)*$" + "pattern": "^(?!ResourceLoader(File|Image|Wiki)Module).*$" } }, "required": ["class"]