moban icon indicating copy to clipboard operation
moban copied to clipboard

Add yaml value validators/normalisers

Open jayvdb opened this issue 6 years ago • 3 comments

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']

jayvdb avatar Jun 04 '18 10:06 jayvdb