Skip to content

Commit

Permalink
should include code plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed May 19, 2015
1 parent e88469c commit 9156780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Changelog
5.0b3 (unreleased)
------------------

- include code plugin by default for TinyMCE
[vangheem]

- Fix build reading browser cached files by appending random query
param onto url. See https://github.com/plone/Products.CMFPlone/commit/2d3865805efc6b72dce236eb68e502d8c57717b6
and https://github.com/plone/Products.CMFPlone/commit/bd1f9ba99d1ad40bb7fe1c00eaa32b8884aae5e2
Expand Down
2 changes: 1 addition & 1 deletion Products/CMFPlone/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class ITinyMCEPluginSchema(Interface):
'fullscreen', 'hr', 'insertdatetime', 'lists', 'media',
'nonbreaking', 'noneditable', 'pagebreak', 'paste', 'preview',
'print', 'save', 'searchreplace', 'tabfocus', 'table',
'visualchars', 'wordcount'],
'visualchars', 'wordcount', 'code'],
required=False)

menubar = schema.List(
Expand Down

0 comments on commit 9156780

Please sign in to comment.