Release of v5.1.1-beta1

Add JCB new package engine.
This commit is contained in:
2025-06-18 19:49:35 +00:00
parent 3b502eb09b
commit 70718936b4
464 changed files with 34151 additions and 13973 deletions

View File

@@ -17,7 +17,7 @@ defined('_JEXEC') or die;
/** @var \VDM\Component\Componentbuilder\Administrator\View\Class_extends\HtmlView $this */
$icon = 'icon-check';
$title_key = $this->item->id ?? '';
$title_key = $this->item->guid ?? '';
$title_column = $this->item->name ?? '';
$data = [
'contentType' => 'com_componentbuilder.class_extends',