Skip to content

Commit

Permalink
TINY-9626: Update help dialog links (tinymce#8547)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchC1999 authored Mar 14, 2023
1 parent 8c42af3 commit 2d63c19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/tinymce/src/plugins/help/main/ts/data/PluginUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ const urls = Arr.map<PartialPluginUrl, PluginUrl>([
{ key: 'a11ychecker', name: 'Accessibility Checker', type: PluginType.Premium },
{ key: 'advcode', name: 'Advanced Code Editor', type: PluginType.Premium },
{ key: 'advtable', name: 'Advanced Tables', type: PluginType.Premium },
{ key: 'advtemplate', name: 'Advanced Templates', type: PluginType.Premium, slug: 'advanced-templates' },
{ key: 'casechange', name: 'Case Change', type: PluginType.Premium },
{ key: 'checklist', name: 'Checklist', type: PluginType.Premium },
{ key: 'editimage', name: 'Enhanced Image Editing', type: PluginType.Premium },
{ key: 'footnotes', name: 'Footnotes', type: PluginType.Premium },
{ key: 'typography', name: 'Advanced Typography', type: PluginType.Premium },
{ key: 'typography', name: 'Advanced Typography', type: PluginType.Premium, slug: 'advanced-typography' },
{ key: 'mediaembed', name: 'Enhanced Media Embed', type: PluginType.Premium, slug: 'introduction-to-mediaembed' },
{ key: 'export', name: 'Export', type: PluginType.Premium },
{ key: 'formatpainter', name: 'Format Painter', type: PluginType.Premium },
{ key: 'inlinecss', name: 'Inline CSS', type: PluginType.Premium },
{ key: 'inlinecss', name: 'Inline CSS', type: PluginType.Premium, slug: 'inline-css' },
{ key: 'linkchecker', name: 'Link Checker', type: PluginType.Premium },
{ key: 'mentions', name: 'Mentions', type: PluginType.Premium },
{ key: 'mergetags', name: 'Merge Tags', type: PluginType.Premium },
Expand Down

0 comments on commit 2d63c19

Please sign in to comment.