-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from cwetanow/rich-text-editor
Rich text editor
- Loading branch information
Showing
161 changed files
with
94,365 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
tinymce.init({ | ||
selector: 'textarea', | ||
height: 500, | ||
theme: 'modern', | ||
plugins: [ | ||
'advlist autolink lists link image charmap print preview hr anchor pagebreak', | ||
'searchreplace wordcount visualblocks visualchars code fullscreen', | ||
'insertdatetime media nonbreaking save table contextmenu directionality', | ||
'emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help' | ||
], | ||
toolbar1: 'undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image', | ||
toolbar2: 'preview media | forecolor backcolor | fontsizeselect', | ||
image_advtab: false, | ||
content_css: [ | ||
'//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', | ||
'//www.tinymce.com/css/codepen.min.css' | ||
], | ||
branding: false, | ||
menubar: false, | ||
resize: false, | ||
statusbar: false | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is where language files should be placed. | ||
|
||
Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/ |
Oops, something went wrong.