- π¨πSwitzerland berdir Switzerland
And I think π [PP-1] NodeRouteProvider should extend DefaultHtmlRouteProvider Needs work should take care of the node_list_add template, although it doesn't yet. closing as duplicate of those two.
The node add page (node_add_list
) and the block content add page block_content_add_list
are using standalone theme (and template) for theming their page content.
Drupal provides the entity_add_list
theme function for this since
#2666792: Provide a route provider for add-page of entities β
is in. This is used by Media module in core.
Remove node_add_list
and block_content_add_list
theme functions and use entity_add_list
instead of them.
@todo
@todo
@todo
@todo
@todo
Active
11.0 π₯
theme system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
And I think π [PP-1] NodeRouteProvider should extend DefaultHtmlRouteProvider Needs work should take care of the node_list_add template, although it doesn't yet. closing as duplicate of those two.