Release of v3.2.0-beta8

Add Factory class to the J5 Event class. #1093.
This commit is contained in:
2024-03-20 14:19:16 +02:00
parent c90b1e0c8b
commit 91df280520
15 changed files with 64 additions and 57 deletions

View File

@ -12,6 +12,7 @@
namespace VDM\Joomla\Componentbuilder\Compiler\JoomlaFive;
use Joomla\CMS\Factory;
use Joomla\Registry\Registry;
use Joomla\CMS\Plugin\PluginHelper;
use VDM\Joomla\Utilities\Component\Helper;

View File

@ -4056,10 +4056,10 @@ class Table extends BaseTable implements Tableinterface
'value' => [
'name' => 'value',
'label' => 'COM_COMPONENTBUILDER_PLACEHOLDER_VALUE_LABEL',
'type' => 'text',
'type' => 'textarea',
'title' => false,
'list' => 'placeholders',
'store' => 'base64',
'store' => NULL,
'tab_name' => 'Details',
],
],