Comments and changes to this ticket
-
dleffler November 23rd, 2011 @ 08:03 PM
Notes (to self)
- List of font names is set by config 'font_names'
- List of styles is set by config 'stylesSet'
- List of paragraph formats is generally set by config 'format_tags' but doesn't seem to work because of the way we set rules inside ckeditor with blockTags?
-
dleffler January 2nd, 2012 @ 03:58 PM
- Assigned user set to dleffler
FWIW, we may set the list of styles by using the stylesheetparser plugin
And we've overcome some of the issues with format_tags, etc...
-
dleffler January 2nd, 2012 @ 04:00 PM
Note to self...we should include the default entries in each of the toolbar customization text boxes for new customizations.
-
dleffler January 3rd, 2012 @ 08:13 PM
- State changed from new to open
- Milestone set to 2.0.4
- Milestone order changed from 125 to 0
Based on irc conversations:
- we will 'assume' an empty/blank customizaton entry means to use the default value
- if the users wishes to see example/default settings, they must use the help link
-
expNinja January 5th, 2012 @ 09:33 PM
(from [8ebaa0204d8c0e26358887ef1d347838d5e0f3e7]) Adds CKEditor custom style, paragraph format, & font name dropdown lists. Also provides a better implementation of displaying the theme style inside the editor itself, inlcuding the auto-additon of theme based styles parsed fro the editor stylesheet. simpletheme and simpletheme Fall editor stylesheets included. still need editor stylesheets for other included themes. [#411 #412] https://github.com/exponentcms/exponent-cms/commit/8ebaa0204d8c0e26...
-
expNinja January 5th, 2012 @ 09:59 PM
(from [dfec8046bacfbe7797ecb6d4f4a9d8b1aef41fdd]) Adds CKEditor editor stylesheets for all included themes (might use some cleanup? [#412] https://github.com/exponentcms/exponent-cms/commit/dfec8046bacfbe77...
-
dleffler January 6th, 2012 @ 02:43 AM
We'll call this one closed though in the future we may make the configuration interface more intuitive. The help doc has already been updated to reflect these options with appropriate examples.
-
dleffler January 8th, 2012 @ 08:08 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Referenced by
-
411 Bug: CKeditor contentCSS makes too many assumptions (from [8ebaa0204d8c0e26358887ef1d347838d5e0f3e7]) Adds CK...