Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Fixing file download and adding lists back to tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 24, 2017
1 parent 53e7982 commit 45e2e31
Show file tree
Hide file tree
Showing 9 changed files with 1,957 additions and 30 deletions.
2 changes: 1 addition & 1 deletion mix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions publishable/assets/css/app.css

Large diffs are not rendered by default.

35 changes: 17 additions & 18 deletions publishable/assets/js/app.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions publishable/assets/js/plugins/lists/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Exports the "lists" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/lists')
// ES2015:
// import 'tinymce/plugins/lists'
require('./plugin.js');
Loading

0 comments on commit 45e2e31

Please sign in to comment.