Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 2166b31

Browse files
committed
Merge pull request #7329 from frontendschlampe/feature/tiny/unlink
2 parents 3b88dba + 7ef86fe commit 2166b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/config/tinyMCE.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
content_css: "<?php echo TL_PATH; ?>/system/themes/tinymce.css,<?php echo TL_PATH . '/' . Config::get('uploadPath'); ?>/tinymce.css",
4545
extended_valid_elements: "q[cite|class|title],article,section,hgroup,figure,figcaption",
4646
menubar: "file edit insert view format table",
47-
toolbar: "link image | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | code"
47+
toolbar: "link unlink image | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | code"
4848
});
4949
</script>
5050
<?php endif; ?>

0 commit comments

Comments
 (0)