We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6893bb2 commit f5923a2Copy full SHA for f5923a2
Resources/views/PagePartAdminTwigExtension/widget.html.twig
@@ -158,7 +158,7 @@
158
jQuery(ui.item).find('.pagepartadmin_field_updatecontextname').each(function(){
159
jQuery(this).attr('name', context + jQuery(this).data('suffix'));
160
});
161
- enableCKEditor();
+ enableCKEditors();
162
163
$('.draggable').css('opacity', "1");
164
}
0 commit comments