summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/data/group-yaml-schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/data/group-yaml-schema.yaml')
-rw-r--r--www/wiki/extensions/Translate/data/group-yaml-schema.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/wiki/extensions/Translate/data/group-yaml-schema.yaml b/www/wiki/extensions/Translate/data/group-yaml-schema.yaml
index ed13ff95..445a7ab9 100644
--- a/www/wiki/extensions/Translate/data/group-yaml-schema.yaml
+++ b/www/wiki/extensions/Translate/data/group-yaml-schema.yaml
@@ -27,6 +27,12 @@ root:
sourcelanguage:
_type: text
_description: defaults to "en"
+ projectPage:
+ _type: text
+ _description: Title of the page that explains the group
+ translatorCategory:
+ _type: text
+ _description: Name of the category for translators of this group
MANGLER:
_type: array
_children:
@@ -46,9 +52,12 @@ root:
INSERTABLES:
_type: array
_children:
- class:
+ class: # for supplying one class
_type: text
- _not_empty: true
+ classes: # for supplying multiple
+ _type: prototype
+ _prototype:
+ _type: text
TAGS:
_type: prototype
_prototype: