Skip to content

Commit 38e038d

Browse files
author
Marvin Kuhn
committed
fixed #8 Neos UI cannot load and updated dependecies
1 parent 736cb98 commit 38e038d

File tree

5 files changed

+2752
-1578
lines changed

5 files changed

+2752
-1578
lines changed

Resources/Private/UiPlugin/package-lock.json

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Private/UiPlugin/src/manifest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ manifest('Breadlesscode.SimpleEditorExtend:UiPlugin', {}, (globalRegistry, { fro
77
const ckEditorConfig = globalRegistry.get('ckEditor5').get('config');
88
const buttonConfig = frontendConfiguration['Breadlesscode.SimpleEditorExtend:Buttons'];
99

10+
if (!buttonConfig) {
11+
return;
12+
}
13+
1014
Object.keys(buttonConfig).forEach((formattingName) => {
1115
const options = buttonConfig[formattingName];
1216
const commandName = options.extensionName + 'Command';

0 commit comments

Comments
 (0)