Skip to content

Commit

Permalink
FIX Set better order for insert link menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Aug 12, 2019
1 parent a378248 commit dc07f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-anchor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/legacy/TinyMCE_sslink-anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TinyMCEActionRegistrar
{
text: i18n._t('CMS.LINKLABEL_ANCHOR', 'Anchor on a page'),
onclick: (activeEditor) => activeEditor.execCommand(commandName),
priority: 52,
priority: 60,
},
editorIdentifier,
)
Expand Down
2 changes: 1 addition & 1 deletion client/src/legacy/TinyMCE_sslink-internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TinyMCEActionRegistrar
{
text: i18n._t('CMS.LINKLABEL_PAGE', 'Page on this site'),
onclick: (activeEditor) => activeEditor.execCommand(commandName),
priority: 53,
priority: 90,
},
editorIdentifier,
)
Expand Down

0 comments on commit dc07f3b

Please sign in to comment.