Dotclear


Ignore:
Timestamp:
12/17/14 08:04:25 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.7
Message:

Add tags into inject ckeditor for adminPostEditor behavior
Addresses #2011

@TODO : need to find a way to add multiple context: for example comment tab on admin/post.php page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r2852 r2854  
    378378$admin_post_behavior = ''; 
    379379if ($post_editor && !empty($post_editor[$post_format])) { 
    380      $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'post'); 
     380     $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'post', array('#post_excerpt','#post_content,#comment_content')); 
    381381} 
    382382 
Note: See TracChangeset for help on using the changeset viewer.

Sites map