Skip to content

Commit

Permalink
Update modules/ROOT/examples/live-demos/advtemplate-readonly-template…
Browse files Browse the repository at this point in the history
…/index.js

Co-authored-by: tiny-ben-tran <[email protected]>
  • Loading branch information
kemister85 and tiny-ben-tran authored Oct 8, 2024
1 parent aee5bf3 commit a203cf9
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,16 @@ tinymce.init({
contextmenu: 'advtemplate',
toolbar: "addtemplate inserttemplate | undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
advtemplate_list,
advtemplate_get_template,
advtemplate_create_category,
advtemplate_create_template,
advtemplate_rename_category,
advtemplate_move_category_items,
advtemplate_delete_category,
advtemplate_rename_template,
advtemplate_move_template,
advtemplate_delete_template,
advtemplate_get_template,

advtemplate_create_category,
advtemplate_create_template,

advtemplate_rename_category,
advtemplate_move_category_items,
advtemplate_delete_category,

advtemplate_rename_template,
advtemplate_move_template,
advtemplate_delete_template,
});

0 comments on commit a203cf9

Please sign in to comment.