You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One use of plugins is to validate and 'fix' yaml values.
e.g. if a value for foo was a string "abc", but template now expects a list, a normaliser plugin foo_validator could return an array with one item , ['abc']
The text was updated successfully, but these errors were encountered:
One use of plugins is to validate and 'fix' yaml values.
e.g. if a value for
foo
was a string "abc", but template now expects a list, a normaliser pluginfoo_validator
could return an array with one item ,['abc']
The text was updated successfully, but these errors were encountered: