Release of v4.0.0-alpha4

Fix plugin field selection. Fix plugin params tab layout. Add issue templates. Force autoloader to always load. Fix repeatable layout #1076.
This commit is contained in:
2024-03-15 12:12:09 +02:00
parent d5a2f70c0c
commit 9fe4823468
69 changed files with 257 additions and 199 deletions

View File

@ -48,6 +48,7 @@ class HtmlView extends BaseHtmlView
{
// set params
$this->params = ComponentHelper::getParams('com_componentbuilder');
$this->useCoreUI = true;
// Assign the variables
$this->form = $this->get('Form');
$this->item = $this->get('Item');