Commit 3f7aab75 authored by Vladimir Shushlin's avatar Vladimir Shushlin

Remove zip_local type for pages lookup path

parent 9468fe3b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"source": { "type": "object", "source": { "type": "object",
"required": ["type", "path"], "required": ["type", "path"],
"properties" : { "properties" : {
"type": { "type": "string", "enum": ["file", "zip", "zip_local"] }, "type": { "type": "string", "enum": ["file", "zip"] },
"path": { "type": "string" } "path": { "type": "string" }
}, },
"additionalProperties": false "additionalProperties": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment