-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add form options feature #242
Conversation
This allows the user to define global form options.
/** | ||
* Form options configuration for BoltForms | ||
* | ||
* Copyright (c) 2014-2016 Gawain Lynch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You wrote it, so i think this should have your name on it. ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the copyright is a global, the @author
is the correct one to use here and has Arthur's attribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scratch that.. I was thinking of @author
, which does have your name on it..
Must be the lazy-saturday-afternoon-beers. 🍻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to add this for the record (as details were just now discussed in person), the reason being that any licence change needs the written concent of all copyright holders … now the GPL will keep this FOSS licenced, but we don't know what the future holds and might what to switch to the WTFPL or similar 😜 at some stage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be the lazy-saturday-afternoon-beers. 🍻
I'll 'ave a 'alf
🎉 |
Hi,
This PR allows the user to define global form options, fixing #241.
I documented it a bit, engrish and spell review would be much appreciated 🙂