Release of v3.2.3-alpha2
Fix missing scripts and styles fields and methods in the site admin view model. Update subform field layout across JCB for cleaner look. Remove expansion feature. Fix helper area.
This commit is contained in:
@ -9296,20 +9296,20 @@ final class Table extends BaseTable implements Tableinterface
|
||||
'key' => false,
|
||||
],
|
||||
],
|
||||
'not_required' => [
|
||||
'name' => 'not_required',
|
||||
'label' => '',
|
||||
'type' => 'hidden',
|
||||
'alias' => [
|
||||
'name' => 'alias',
|
||||
'label' => 'COM_COMPONENTBUILDER_HELP_DOCUMENT_ALIAS_LABEL',
|
||||
'type' => 'text',
|
||||
'title' => false,
|
||||
'list' => 'help_documents',
|
||||
'store' => NULL,
|
||||
'tab_name' => 'Details',
|
||||
'db' => [
|
||||
'type' => 'INT(1)',
|
||||
'default' => '0',
|
||||
'type' => 'CHAR(64)',
|
||||
'default' => '',
|
||||
'null_switch' => 'NOT NULL',
|
||||
'unique_key' => false,
|
||||
'key' => false,
|
||||
'key' => true,
|
||||
],
|
||||
],
|
||||
'content' => [
|
||||
@ -9376,22 +9376,6 @@ final class Table extends BaseTable implements Tableinterface
|
||||
'key' => true,
|
||||
],
|
||||
],
|
||||
'alias' => [
|
||||
'name' => 'alias',
|
||||
'label' => 'COM_COMPONENTBUILDER_HELP_DOCUMENT_ALIAS_LABEL',
|
||||
'type' => 'text',
|
||||
'title' => false,
|
||||
'list' => 'help_documents',
|
||||
'store' => NULL,
|
||||
'tab_name' => 'Details',
|
||||
'db' => [
|
||||
'type' => 'CHAR(64)',
|
||||
'default' => '',
|
||||
'null_switch' => 'NOT NULL',
|
||||
'unique_key' => false,
|
||||
'key' => true,
|
||||
],
|
||||
],
|
||||
],
|
||||
'admin_fields' => [
|
||||
'admin_view' => [
|
||||
|
Reference in New Issue
Block a user