Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Implement our tinymce skin for tinymce 6 #1371

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
->setOptions([
'friendly_name' => 'Default CMS',
'priority' => '50',
'skin' => 'silverstripe',
'body_class' => 'typography',
'contextmenu' => "searchreplace | sslink anchor ssmedia ssembed inserttable | cell row column deletetable",
'use_native_selects' => false,
Expand Down
2 changes: 2 additions & 0 deletions client/dist/tinymce/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NOTE: All files in this section will be copied into the same directory as the npm tinymce package (i.e. dist/tinymce/).
Only content that should sit WITH the vendor code should be placed here (e.g. skins)
Loading