Skip to content

Commit f5923a2

Browse files
author
Darius
committed
Update widget.html.twig
Fixed mistype
1 parent 6893bb2 commit f5923a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/PagePartAdminTwigExtension/widget.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
jQuery(ui.item).find('.pagepartadmin_field_updatecontextname').each(function(){
159159
jQuery(this).attr('name', context + jQuery(this).data('suffix'));
160160
});
161-
enableCKEditor();
161+
enableCKEditors();
162162
163163
$('.draggable').css('opacity', "1");
164164
}

0 commit comments

Comments
 (0)