Skip to content
Open
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
11 changes: 7 additions & 4 deletions lang/en/static/javascript/auto/65_easy_pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ var initTinyMCE_for_easy_pages = function(id,replacements, preview_substitutions
relative_urls : true,
//document_base_url : 'http://example.eprints.org/', - as a value unique to each repository, this should be passed in or commented out/left at default.

promotion: false, // Don't show the promotion popup
license_key: 'gpl', // This is licensed under GPLv2.1

// Functionality:
plugins: [
'advlist autolink lists link image charmap print anchor',
'searchreplace visualblocks code fullscreen preview_with_css_branding', // unique preview variation.
'insertdatetime media table contextmenu paste code textpattern', // textpattern 4.9.1 not in richtext ingredient
// and so added with/alongside easy_pages implementation
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap',
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
'insertdatetime', 'media', 'table',
'preview_with_css_branding', // modified version of preview (see version.txt)
],

// Custom values for preview_with
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
Preview plugin based on TinyMCE 4.6.1 Production plugin, with customisations.
Preview plugin based on the TinyMCE 7.9.1 Preview plugin, with customisations to do selected substitutions and add a font file.

This file was deleted.

Loading