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

Commit

Permalink
add unlink functionality to tinyMCE
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendschlampe committed Sep 18, 2014
1 parent 3b88dba commit 7ef86fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/config/tinyMCE.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
content_css: "<?php echo TL_PATH; ?>/system/themes/tinymce.css,<?php echo TL_PATH . '/' . Config::get('uploadPath'); ?>/tinymce.css",
extended_valid_elements: "q[cite|class|title],article,section,hgroup,figure,figcaption",
menubar: "file edit insert view format table",
toolbar: "link image | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | code"
toolbar: "link unlink image | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | code"
});
</script>
<?php endif; ?>

0 comments on commit 7ef86fe

Please sign in to comment.