Closed LeCuay closed 3 months ago
Just realized it's missing else
optional property for match
but what do you think so far?
Just realized it's missing
else
optional property formatch
but what do you think so far?
Love it so far. I've been working on a visual creator but as you can imagine it's quite the chore and finding time to peck away at it between other responsibilities is rough. This PR goes a long way to helping people make sane templates until it's finished.
Any issues holding off on this until we get the others PRs finalized? That way you can add the rowspan and other updates?
Any issues holding off on this until we get the others PRs finalized? That way you can add the rowspan and other updates?
No problem at all! Waiting so we have all implemented sounds good
Added else statement
Added all new properties as per #39 and #30.
Knock out the colspan reference and this is good to go.
Donezo
Summary
Since this project relies on people editing JSON directly I thought it'd be a good idea to have an schema for it.
I added it to the
.vscode
folder and tweaked the settings. Not sure if this is the way but since it was there already it felt natural.The conditionals work by automatically detecting type and then looking for required keys.