Changeset 2972:8099686135fe for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 03/22/15 15:10:20 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r2962 r2972 4 4 # This file is part of Dotclear 2. 5 5 # 6 # Copyright (c) 2003-201 4Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2015 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 113 113 <?php if (!empty($dcckeditor_format_select)):?> 114 114 // format tags 115 <?php if (!empty($dcckeditor_format_tags)):?> 116 format_tags: '<?php echo $dcckeditor_format_tags;?>', 117 <?php else:?> 115 118 format_tags: 'p;h1;h2;h3;h4;h5;h6;pre;address', 116 119 <?php endif;?> 117 120 // following definition are needed to be specialized 118 121 format_p: { element: 'p' },
Note: See TracChangeset
for help on using the changeset viewer.