JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add div to ckeditor styles
authorJason Woofenden <jason@jasonwoof.com>
Mon, 13 Jul 2015 21:56:19 +0000 (17:56 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 13 Jul 2015 21:56:19 +0000 (17:56 -0400)
admin_pages.html

index ba7c61e..80c7c2d 100644 (file)
                                        { name: 'Subsection Headline', element: 'h3'},
                                        { name: 'Tagline (under headline)', element: 'h4', attributes: { class: 'tagline'}},
                                        { name: 'Quote', element: 'p', attributes: { class: 'quote'}},
-                                       { name: 'Quote Author', element: 'p', attributes: { class: 'attrib'}}
+                                       { name: 'Quote Author', element: 'p', attributes: { class: 'attrib'}},
+                                       { name: 'div (generic box)', element: 'div'}
                                ],
                                'uiColor': '#ccccff',
                                'removePlugins': 'forms,templates,smiley,pagebreak,save,newpage,preview,print',