Skip to content

Commit e75da22

Browse files
dew326barw4
authored andcommitted
IBX-9266: Fixed attribut name
1 parent f7c8f5d commit e75da22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/CKEditor/embed/image/embed-image-editing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class IbexaEmbedImageEditing extends Plugin {
7676
defineSchema() {
7777
const { schema } = this.editor.model;
7878
const customClassesConfig = getCustomClassesConfig();
79-
const allowedAttributes = ['contentId', 'size', 'ibexaLinkHref', 'ibexaLinkTitle', 'ibexaLinkTarget', 'siteaccess'];
79+
const allowedAttributes = ['contentId', 'size', 'ibexaLinkHref', 'ibexaLinkTitle', 'ibexaLinkTarget', 'ibexaLinkSiteaccess'];
8080

8181
if (customClassesConfig.link) {
8282
allowedAttributes.push('ibexaLinkClasses');

0 commit comments

Comments
 (0)