Skip to content

Commit a4e472f

Browse files
Update JsonEditorPluginsAsset.php
JsonEditorPluginsAsset was made optional a while ago and should be registered manually in order to use the CKEditor or Filefly plugin. However it needs implicitely the JsonEditorAsset.
1 parent dc270bf commit a4e472f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonEditorPluginsAsset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class JsonEditorPluginsAsset extends AssetBundle
2525
];
2626

2727
public $depends = [
28+
JsonEditorAsset::class,
2829
SelectizeAsset::class,
2930
CKEditorAsset::class,
3031
JqueryAsset::class

0 commit comments

Comments
 (0)