Skip to content

Commit

Permalink
Update private/js/ckeditor5_plugins/cms-link/src/cmsLink.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 17, 2024
1 parent 2d6f5c0 commit 62d0a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/js/ckeditor5_plugins/cms-link/src/cmsLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class CmsLink extends Plugin {
const {editor} = this;
const linkCommand = editor.commands.get('link');

this.bind('cmsHref').to(linkCommand, 'data-cms-href');
this.bind('cmsHref').to(linkCommand, 'cmsHref');
}

/**
Expand Down

0 comments on commit 62d0a5a

Please sign in to comment.