Release of v5.1.1-alpha5
Refactor initialization flow to accommodate future scalability and integration with all designated areas. Refactor the Creator Builders class. Refactor the FieldString and FieldXML classes.
This commit is contained in:
@@ -17,7 +17,7 @@ defined('_JEXEC') or die;
|
||||
/** @var \VDM\Component\Componentbuilder\Administrator\View\Library\HtmlView $this */
|
||||
|
||||
$icon = 'icon-check';
|
||||
$title_key = $this->item->id ?? '';
|
||||
$title_key = $this->item->guid ?? '';
|
||||
$title_column = $this->item->name ?? '';
|
||||
$data = [
|
||||
'contentType' => 'com_componentbuilder.library',
|
||||
|
Reference in New Issue
Block a user