fix mixed indentation.
This commit is contained in:
parent
8d30761ca8
commit
d4956dbed7
1 changed files with 21 additions and 21 deletions
|
@ -56,13 +56,13 @@
|
|||
name="bool"
|
||||
value="yes|no|true|false"
|
||||
[/type]
|
||||
# Used to override a required key into an optional key with no allowed values.
|
||||
# This should be used for the `name` key in certain tags where it is not allowed,
|
||||
# as the schema can't override a supertag key with its absence.
|
||||
[type]
|
||||
name="disallowed"
|
||||
value="]^"
|
||||
[/type]
|
||||
# Used to override a required key into an optional key with no allowed values.
|
||||
# This should be used for the `name` key in certain tags where it is not allowed,
|
||||
# as the schema can't override a supertag key with its absence.
|
||||
[type]
|
||||
name="disallowed"
|
||||
value="]^"
|
||||
[/type]
|
||||
[tag]
|
||||
name="root"
|
||||
min=1
|
||||
|
@ -85,7 +85,7 @@
|
|||
name="type"
|
||||
max=infinite
|
||||
super="wml_schema/type"
|
||||
# The `name` key should not exist in a union tag.
|
||||
# The `name` key should not exist in a union tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
|
@ -101,7 +101,7 @@
|
|||
name="type"
|
||||
max=infinite
|
||||
super="wml_schema/type"
|
||||
# The `name` key should not exist in an intersection tag.
|
||||
# The `name` key should not exist in an intersection tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
|
@ -121,7 +121,7 @@
|
|||
name="element"
|
||||
max=infinite
|
||||
super="wml_schema/type"
|
||||
# The `name` key should not exist in a list/element tag.
|
||||
# The `name` key should not exist in a list/element tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
|
@ -174,14 +174,14 @@
|
|||
super="wml_schema/tag"
|
||||
{REQUIRED_KEY value string}
|
||||
{DEFAULT_KEY trigger_if_missing bool no}
|
||||
# The `name` key should not exist in a switch/case tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
# The `name` key should not exist in a switch/case tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[tag]
|
||||
name="else"
|
||||
super="wml_schema/tag"
|
||||
# The `name` key should not exist in a switch/else tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
# The `name` key should not exist in a switch/else tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
[tag]
|
||||
|
@ -192,8 +192,8 @@
|
|||
[tag]
|
||||
name="then"
|
||||
super="wml_schema/tag"
|
||||
# The `name` key should not exist in an if/then tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
# The `name` key should not exist in an if/then tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[tag]
|
||||
name="elseif"
|
||||
|
@ -204,18 +204,18 @@
|
|||
name="then"
|
||||
min=1
|
||||
super="wml_schema/tag"
|
||||
# The `name` key should not exist in an if/elseif/then tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
# The `name` key should not exist in an if/elseif/then tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
[tag]
|
||||
name="else"
|
||||
super="wml_schema/tag"
|
||||
# The `name` key should not exist in an if/else tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
# The `name` key should not exist in an if/else tag.
|
||||
{SIMPLE_KEY name disallowed}
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/wml_schema]
|
||||
[/wml_schema]
|
||||
|
|
Loading…
Add table
Reference in a new issue