Proposals:
- Remove "Field" from fields select list
- Order fields by alphabetical order of labels
- Don't repeat the field name in the fieldset (do we even need a fieldset here?)

| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Bildschirmfoto vom 2024-07-22 23-19-50.png | 52.17 KB | christian.wiedemann |
Issue fork ui_patterns-3461579
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 #2
pdureau commentedComment #3
pdureau commentedComment #4
pdureau commentedComment #6
pdureau commentedWhen i say:
I mean, going from "Field Title" to "Title", from "Field Body" to "Body". We already know it is a field.
Comment #8
christian.wiedemann commented* I removed the title from the fieldset
* Sort the field.
* Remove the field from the list
Comment #9
just_like_good_vibeshello,
about the change in " src/Plugin/Derivative/EntityFieldSourceDeriverBase.php " in the current MR
it may be better to update the label inside child class of EntityFieldSourceDeriverBase class instead of this base class,
because it may have implications on all source plugin derivers.
Here you just wanted to update the "DerivableContextDeriver" right? then you can update the label of derived plugins in that class directly :)
Comment #10
just_like_good_vibesAnd that would be interesting also to remove the fieldset (e.g. in that usage of slotForm or propForm)
the simpler the better :) ?
Comment #11
pdureau commentedI only care about the wording results, if you agree on a simpler way of doing that, let's go :)
Comment #12
christian.wiedemann commented@just_like_good_vibes
* I added functions which can be overwritten by sub classes. Not sure if it is too much. But now it is easy to change the title, description in sub classes.
* I also prefer container but we should do this in the big UI refactor update.
Comment #13
pdureau commentedI also want to review before the merge
Comment #14
just_like_good_vibesHello, i did not understand your previous comment Pierre,
maybe your assigned me as a mistake?
anyway, i checked the content of the MR. what is done seems visually ok, although i did not tested myself the code.
Comment #15
pdureau commentedComment #17
pdureau commented