rossriley / bolt-extension-formeditor

A UI for the Bolt Forms Extension
6 stars 7 forks source link

Set Required to False Instead of Unset #8

Open Raistlfiren opened 8 years ago

Raistlfiren commented 8 years ago

Ross,

I was just curious why you don't set required to false instead of setting a value for required - https://github.com/rossriley/bolt-extension-formeditor/commit/ad7536d0a6e806b479957d6e2d46739f1a4c0311

All fields default to being required instead of the opposite. I would of thought that fields would only be required if the user declares them as being so.

Thanks for your time,

Ratty

rossriley commented 8 years ago

You may be right, when I did it, I was trying to produce an identical file to the one that ships with boltforms, and that was how that file was laid out.

I'll give it a test using false instead of unset and if all looks good, push another version.

Raistlfiren commented 8 years ago

Cool, thanks for looking into this. :)