Skip to content

Commit 4d9e440

Browse files
chestofwondersbrianchandotcom
authored andcommitted
LPD-89734 Fix naming
1 parent 6a5edfa commit 4d9e440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/apps/frontend-editor/frontend-editor-ckeditor5-sample-web/src/main/java/com/liferay/frontend/editor/ckeditor5/sample/web/internal/display/context

modules/apps/frontend-editor/frontend-editor-ckeditor5-sample-web/src/main/java/com/liferay/frontend/editor/ckeditor5/sample/web/internal/display/context/CKEditor5SampleDisplayContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public CKEditor5SampleDisplayContext(RenderRequest renderRequest) {
3030
public Object getCKEditor5ClassicEditorConfig() throws Exception {
3131
EditorConfiguration editorConfiguration =
3232
EditorConfigurationFactoryUtil.getEditorConfiguration(
33-
CKEditor5SamplePortletKeys.CKEDITOR5_SAMPLE,
33+
CKEditor5SamplePortletKeys.CKEDITOR_5_SAMPLE,
3434
"sampleReactCKEditor5ClassicEditor", "ckeditor5_classic",
3535
new HashMap<String, Object>(), _themeDisplay,
3636
RequestBackedPortletURLFactoryUtil.create(

0 commit comments

Comments
 (0)