- π¦πΊAustralia acbramley
Given the lack of activity on this issue and all the reasons described previously by @wim leers around block_content being tied to block config I think this is a won't fix.
I think it would be quite hard to achieve something that wouldn't cause issues for existing sites, and as demonstrated in the demo module it's quite easy to set up your own template to render this out if needed.
- π¦πΊAustralia dpi Perth, Australia
Block Content entities have no Contextual links when rendered outside of Block config entity
around block_content being tied to block config I think this is a won't fix.
I don't think a dependency on Block Config is currently true, and may not ever have been.
Yes, Block Content are expected to be rendered inside the block theme hook/template. But not block config. For example Layout Builder renders reusable Block Content with contextual links on the view entity route just fine.
Perhaps β¨ Ability to display block_content entities independently, also outside of Blocks Postponed: needs info will help with putting all Block Content within a block theme hook/template universally, without needing manual wrappers as the #theme=block in
\Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray::onBuildRender
. - π¦πΊAustralia acbramley
For example Layout Builder renders reusable Block Content with contextual links on the view entity route just fine.
Layout builder does this via a block plugin, no?
- π¦πΊAustralia dpi Perth, Australia
Block plugins, along with manager, annotation, attribute, etc, are provided by core.