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
Comment #1
PipB commentedSorry, 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*
Comment #2
mahnster commentedBut 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?
Comment #3
mahnster commented