Release of v5.0.0-alpha5

Add Factory class to the J5 Event class. #1093. Fix customfilelist field to conform to the new namespacing conventions. #1094. Add menus for languages, servers, get snippets to J5 #1095.
This commit is contained in:
2024-03-20 14:22:10 +02:00
parent 8deb178d7c
commit ac3e230272
26 changed files with 130 additions and 481 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',
],
],