A Block disappear on a specific page "xxxxx.html" i.e. home.html after saving when CKEditor is default Disabled.
CKEditor puts

around the specific URL i.e.

home.html

It dowsn't appear when CKEditor is default Enabled.

A workaround to solve the problem when CKEditor is default Disabled
CKEditor > Default or Advanced > Visibility settings > Fields to Exclude > tick Exclude and fill into this field:
*/block*

Comments

PipB’s picture

Sorry, I didn't put the code in correct tags.
I post the problem again:

A Block disappear on a specific page "xxxxx.html" i.e. home.html after saving when CKEditor is default Disabled.
CKEditor puts <p> </p> around the specific URL i.e. <p>home.html</P>

It doesn't appear when CKEditor is default Enabled.

A workaround to solve the problem when CKEditor is default Disabled
CKEditor > Default or Advanced > Visibility settings > Fields to Exclude > tick Exclude and fill into this field:
*/block*

mahnster’s picture

But what if I want to use CKEditor for the Body of the block, but keep it from putting

tags in the "Pages" field of the block?

mahnster’s picture