Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Adding 'attr' option to the Textarea options list#4152
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
`attr` is a quite useful option, but not yet listed here. BTW, the `attr.rst.inc` file already includes an `attr` conf. example concerning textareas.
weaverryan commentedAug 22, 2014
Hey@ronanguilloux! Hmm, you're right! This is one of the more important options, and we're actually missing it onevery field (in a few cases, like "collection", that's ok - I don't think I think we should add this option to ever field that it makes sense to. That's a bit of work. Would you like to do it? If not, no worries - I'll merge this PR and we'll add it in another. Thanks! |
weaverryan commentedAug 22, 2014
Also, if youdo add it to the other fields, we'll need this PR to be rebased onto the 2.3 branch (else we'll likely get merge conflicts trying to merge this into 2.3):#4134 (comment) Thanks! |
stof commentedAug 23, 2014
it makes sense even for the |
xabbuh commentedAug 23, 2014
This is related to#2360. |
weaverryan commentedAug 25, 2014
I'll leave adding this to all the other types to another PR (I mentioned it explicitly in#2360). Thanks Ronan! |
attris a quite useful option, but not yet listed here, so I added it.BTW, the
attr.rst.incfile already includes anattrconf. example concerning textareas.