• mosheeshel

    (@mosheeshel)


    Hi,

    I tried adding the BidiLeft and BidiRight buttons to the WordPress-Basic profile:
    config.toolbar_WordpressBasic = [
    { name: ‘basicstyles’, groups: [ ‘basicstyles’, ‘cleanup’ ], items: [ ‘Bold’, ‘Italic’, ‘Strike’, ‘-‘, ‘RemoveFormat’ ] },
    { name: ‘paragraph’, groups: [ ‘list’, ‘indent’, ‘blocks’, ‘align’, ‘bidi’ ], items: [ ‘Blockquote’, ‘-‘, ‘JustifyLeft’, ‘JustifyCenter’, ‘JustifyRight’, ‘-‘,’BidiLtr’,’BidiRtl’] },
    { name: ‘links’, items: [ ‘Link’, ‘Unlink’ ] },
    { name: ‘insert’, items: [ ‘Image’, ‘SpecialChar’ ] }
    ];
    This however didn’t change anything in the editor itself.
    what am I doing wrong?

    http://wordpress.org/extend/plugins/ckeditor-for-wordpress/

  • The topic ‘Adding BidiLeft and BidiRight buttons’ is closed to new replies.