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:
@ -4059,7 +4059,7 @@ class Table extends BaseTable implements Tableinterface
|
||||
'type' => 'textarea',
|
||||
'title' => false,
|
||||
'list' => 'placeholders',
|
||||
'store' => NULL,
|
||||
'store' => 'base64',
|
||||
'tab_name' => 'Details',
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user