Whatever we do in the views Plugin, it's always wrapped by the block build in the getBlocks function,
However when I dump the rendered custom element in the getblocks here:
$customElement = CustomElement::createFromRenderArray($render)
->toRenderArray();
dump( $customElement);
$output[$region][$block->id()] = $this->getrenderer()
->renderRoot($customElement);
we get this custom element Array which looks correct to me, right?
HTML-to-CE Converter, then CE-to-HTML normaliser, pushed to merge request with the convenient tests.
benellefimostfa β made their first commit to this issueβs fork.
@roderik created a merge request with HTML to Custom element converted and added a custom element to HTML logic to the normalizer
@roderik First iteration of the test is pushed, which is failing when having multiple slots after normalizing.
benellefimostfa β made their first commit to this issueβs fork.
benellefimostfa β created an issue.
Removed config_rewrite dependency from .info as well.
Attached a tested working patch, which removes the config_rewrite from the "Lupus Decoupled Menu" module:
benellefimostfa β created an issue.