- Issue created by @rkoller
I misread this post as being block_content only. Sorry.
I would be amazed if there is not already an existing family of issues for this.
- 🇩🇪Germany rkoller Nürnberg, Germany
no problem at all, and thanks for already reverting back to the field ui component.
in regards of already existing issues i've searched before i've created the issue. i've searched another round now and looked for
save and manage fields
individually in block content → , comment → , field ui → , and media → (before i'Ve just skimmed the whole results list with no component selected). but again i was unable to find any already existing issue. - 🇬🇧United Kingdom AaronMcHale Edinburgh, Scotland
As quoted in the IS, I'd be really keen if we can find a way to do this in a generic way, so that it's easy for both Core and Contrib to benefit from this.
That could mean:
- Field UI injecting the button onto the config entity form for any config entity types which have field UI enabled (as noted in the IS, may also be a BC-break).
- Add some new logic to EntityForm::actions with a check and the link (possibly BC-break though).
- Add a new ConfigEntityForm, which overrides the EntityForm::actions method to add this button (and a check), 📌 Add an ConfigEntityForm with an exists() method Needs work is also advocating for adding a ConfigEntityForm class but for different reasons, so maybe there's a good case for doing that.