mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Theme options and fixes. Load Theme JS in the footer by default. New blockquote alt. style added to TinyMce. Updated news shortcodes. Option to hide search form from results page.
This commit is contained in:
@@ -453,8 +453,8 @@ class wysiwyg
|
||||
{title: 'Blocks', items: [
|
||||
{title: 'Paragraph', block: 'p'},
|
||||
{title: 'Blockquote', block: 'blockquote'},
|
||||
{title: 'Blockquote alt.', block: 'blockquote', classes: 'blockquote-alt blockquote__alternative'},
|
||||
{title: 'Div', block: 'div'},
|
||||
|
||||
{title: 'Pre', block: 'pre'},
|
||||
{title: 'Code Highlighted', block: 'pre', classes: 'prettyprint linenums' }
|
||||
]},
|
||||
|
Reference in New Issue
Block a user