Release of v3.2.0-beta9

Fix [Set String Value] in placeholder table to store the value as a base64 string.
This commit is contained in:
2024-03-20 15:34:18 +02:00
parent 91df280520
commit 02a5e42bb5
10 changed files with 51 additions and 12 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',
],
],