Problem/Motivation
Fields on configuration form are also trimmed.
But it is not always required.
E.g. Suffix field on Field config form.
Patch will be attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | trim-restrict-to-content-entities-3238209-04.patch | 726 bytes | drpldrp |
Issue fork trim-3238209
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mlncn commentedThanks, committed to the dev branch!
For anyone interested— should this be as option?
And is there a better way to consistently catch 'admin' forms.
Comment #4
drpldrp commentedWould limiting the trimming to content entities be better?
Comment #6
mlncn commentedDoing it drpldrp's way in the new 2.0.x branch!
(Also with a switch from get_class to instanceof which i think is more robust.)