summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-08-15 13:31:33 +0200
committerAlex Legler <alex@a3li.li>2015-08-15 13:31:33 +0200
commite50bd0890c549fe3f4b5cd1cc990c643ba130ead (patch)
tree2f7c84bdb7011a0c43bad01b1af62153a626caef /MLEB/Translate/data
parentUpdate Widgets (diff)
downloadextensions-e50bd0890c549fe3f4b5cd1cc990c643ba130ead.tar.gz
extensions-e50bd0890c549fe3f4b5cd1cc990c643ba130ead.tar.bz2
extensions-e50bd0890c549fe3f4b5cd1cc990c643ba130ead.zip
Update MLEB
Diffstat (limited to 'MLEB/Translate/data')
-rw-r--r--MLEB/Translate/data/group-yaml-schema.yaml78
1 files changed, 78 insertions, 0 deletions
diff --git a/MLEB/Translate/data/group-yaml-schema.yaml b/MLEB/Translate/data/group-yaml-schema.yaml
new file mode 100644
index 00000000..ed13ff95
--- /dev/null
+++ b/MLEB/Translate/data/group-yaml-schema.yaml
@@ -0,0 +1,78 @@
+root:
+ _type: array
+ _children:
+ BASIC:
+ _type: array
+ _required: true
+ _children:
+ class:
+ _type: text
+ _not_empty: true
+ codeBrowser:
+ _type: text
+ description:
+ _type: text
+ icon:
+ _type: text
+ id:
+ _type: text
+ _not_empty: true
+ label:
+ _type: text
+ _not_empty: true
+ meta:
+ _type: boolean
+ namespace:
+ _type: text
+ sourcelanguage:
+ _type: text
+ _description: defaults to "en"
+ MANGLER:
+ _type: array
+ _children:
+ class:
+ _type: text
+ _not_empty: true
+ CHECKER:
+ _type: array
+ _children:
+ class:
+ _type: text
+ _not_empty: true
+ checks:
+ _type: prototype
+ _prototype:
+ _type: text
+ INSERTABLES:
+ _type: array
+ _children:
+ class:
+ _type: text
+ _not_empty: true
+ TAGS:
+ _type: prototype
+ _prototype:
+ _type: prototype
+ _max_items: 99999 # default is 200, which is too little
+ _prototype:
+ _type: text
+ AUTOLOAD:
+ _type: array
+ _ignore_extra_keys: true
+ _children: []
+ GROUPS:
+ _type: prototype
+ _min_items: 1
+ _prototype:
+ _type: text
+ LANGUAGES:
+ _type: array
+ _children:
+ whitelist:
+ _type: prototype
+ _prototype:
+ _type: text
+ blacklist:
+ _type: prototype
+ _prototype:
+ _type: text