Changes between Initial Version and Version 1 of Ticket #8117, comment 17


Ignore:
Timestamp:
Jul 7, 2014, 2:35:42 PM (10 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8117, comment 17

    initial v1  
    33**Note:** {{{meta}}} tags will be stripped by [http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter ACF] by default. To preserve meta tags add following property to your config:
    44{{{
    5 config.allowedContent = 'meta[itemprop,content]';
     5config.extraAllowedContent = 'meta[itemprop,content]';
    66}}}
    7 or object oriented:
    8 {{{
    9 config.allowedContent = {
    10         'meta': {
    11                 attributes: 'itemprop,content'
    12         }
    13 };
    14 }}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy