Changeset 3090:e4c0a9a29852 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 09/08/15 09:16:32 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3056 r3090 96 96 CKEDITOR.plugins.addExternal('media',dotclear.dcckeditor_plugin_url+'/js/ckeditor-plugins/media/'); 97 97 CKEDITOR.plugins.addExternal('img',dotclear.dcckeditor_plugin_url+'/js/ckeditor-plugins/img/'); 98 <?php if (!empty($dcckeditor_textcolor_button) || !empty($dcckeditor_background_textcolor_button)):?> 99 // button add "More Colors..." can be added if colordialog plugin is enabled 100 CKEDITOR.config.colorButton_enableMore = true; 101 <?php endif;?> 98 102 99 103 <?php if (!empty($extraPlugins) && count($extraPlugins)>0) { … … 120 124 // format tags 121 125 <?php if (!empty($dcckeditor_format_tags)):?> 122 126 format_tags: '<?php echo $dcckeditor_format_tags;?>', 123 127 <?php else:?> 124 128 format_tags: 'p;h1;h2;h3;h4;h5;h6;pre;address', … … 178 182 'Source' 179 183 <?php if (!empty($dcckeditor_textcolor_button)):?> 180 ,'TextColor' 184 ,'TextColor' 185 <?php endif;?> 186 <?php if (!empty($dcckeditor_background_textcolor_button)):?> 187 ,'BGColor' 181 188 <?php endif;?> 182 189 ] 183 190 }, 184 185 186 187 188 189 191 { 192 name: 'special', 193 items: [ 194 'Maximize' 195 ] 196 }, 190 197 <?php // add extra buttons comming from dotclear plugins 191 198 if (!empty($extraPlugins) && count($extraPlugins)>0) {
Note: See TracChangeset
for help on using the changeset viewer.