How to create IgnoreRule
-
Hi all,
I want to create a custom transformer rule with ‘IgnoreRule’ to ignore the Ad Inserter code blocks like:
No rules defined for <div class=”code-block code-block-3″> in the context of InstantArticle
No rules defined for <div class=”code-block code-block-11″> in the context of InstantArticle
No rules defined for <div class=”code-block code-block-15″> in the context of InstantArticleWho can help me? The custom transformer rule below doesn’t work:
{ “rules”: [
{
“class”: “IgnoreRule”,
“selector” : “code-block”
}
]}Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to create IgnoreRule’ is closed to new replies.