N°2875 - RichText: Fix config property being an array instead of a string (also add a setter)

This commit is contained in:
Molkobain
2021-10-18 23:40:22 +02:00
parent 0b0c99c935
commit 6915b0b824
2 changed files with 18 additions and 5 deletions

View File

@@ -1 +1 @@
$('#{{ oUIBlock.GetId() }}').ckeditor(function() { /* callback code */ }, {{ oUIBlock.GetConfig()| raw }});
$('#{{ oUIBlock.GetId() }}').ckeditor(function() { /* callback code */ }, {{ oUIBlock.GetConfig()|json_encode|raw }});