Skip to content

Commit

Permalink
Add django CMS 4.2 plugin marks
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Feb 17, 2025
1 parent 4233da3 commit e087e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/js/cms.editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class CMSEditor {
} else { // no, wrap now!
wrapper = document.createElement('div');
wrapper.classList.add('cms-editor-inline-wrapper', 'wrapped');
wrapper.classList.add('cms-plugin', cls);
wrapper.classList.add('cms-plugin', cls, 'cms-plugin-start', 'cms-plugin-end');
wrapper = this._wrapAll(elements, wrapper);
}
wrapper.dataset.cmsEditUrl = url;
Expand Down

0 comments on commit e087e4c

Please sign in to comment.