Dotclear


Ignore:
Timestamp:
03/22/15 15:10:20 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Allow customizing CKEditor formats
Fixes #2070

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r2962 r2972  
    44# This file is part of Dotclear 2. 
    55# 
    6 # Copyright (c) 2003-2014 Olivier Meunier & Association Dotclear 
     6# Copyright (c) 2003-2015 Olivier Meunier & Association Dotclear 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    113113          <?php if (!empty($dcckeditor_format_select)):?> 
    114114          // format tags 
     115<?php if (!empty($dcckeditor_format_tags)):?> 
     116        format_tags: '<?php echo $dcckeditor_format_tags;?>', 
     117<?php else:?> 
    115118          format_tags: 'p;h1;h2;h3;h4;h5;h6;pre;address', 
    116  
     119<?php endif;?> 
    117120          // following definition are needed to be specialized 
    118121          format_p: { element: 'p' }, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map