About YAML (YML files)
You break it. You fix it.
Last updated
Was this helpful?
You break it. You fix it.
Last updated
Was this helpful?
YAML has very specific syntax spacing and does NOT tolerate any misplaced/missing spaces/symbols!
When editing your YML files, please make sure you adhere to YAML's very specific syntaxing and formatting outside of any double-quoted-text lines.
There will be a SPACE after any :
character and the following value
Every 'Indent' level you see in the file is TWO SPACES for every level. (NO Tab)
Any line that begins with a #
is a comment and will be ignored by the plugin
if you encounter any errors after altering your file, or are new to editing these files. . It will immediately identify any formatting errors that you will need to fix before proceeding
Bad spacing: (does not conform to )
Missing space: after an expected value a space is missing.
ex (displayname:"<Missing Space Between The Colon And Double Quotes")
Missing 'block end/start': you forgot to surround the value with double-quotes somewhere
Absolutely NO TAB characters
0 (ZERO) spaces before initial page declaration
2 (TWO) spaces before the page number
4 (FOUR) spaces before gui-rows setting and the items declaration
6 (SIX) spaces before the items ID
8 (EIGHT) spaces before the items properties
2 (TWO) spaces before 'material', 'mode' and 'name'
Almost everything will have no spacing before it already
the same 2-spaces-for-every-sub-setting applies here the same as other YML files.
.
.
.