Release of v4.0.0-alpha6

Fix [Set String Value] in placeholder table to store the value as a base64 string.
This commit is contained in:
2024-03-20 15:35:43 +02:00
parent e8c2c17dc7
commit 543fb2b2e2
11 changed files with 55 additions and 16 deletions

View File

@ -4059,7 +4059,7 @@ class Table extends BaseTable implements Tableinterface
'type' => 'textarea',
'title' => false,
'list' => 'placeholders',
'store' => NULL,
'store' => 'base64',
'tab_name' => 'Details',
],
],