Release of v5.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:36:42 +02:00
parent ac3e230272
commit 8548530b6d
12 changed files with 59 additions and 22 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',
],
],