Add UIBlocks to twig (WIP)

This commit is contained in:
Eric
2021-01-13 16:35:01 +01:00
parent 2b798baffc
commit 77808ecd41
23 changed files with 929 additions and 154 deletions

View File

@@ -345,6 +345,11 @@ class WebPage implements Page
return $oBlock;
}
public function AddSubBlock(?iUIBlock $oBlock): ?iUIBlock
{
return $this->AddUiBlock($oBlock);
}
/**
* Add a UIBlock in the page at the end by dispatching its parts in the right places (CSS, JS, HTML)
*