If you use the "Content By Label" macro and no matching pages are found, the following is shown:
I would like this to be *empty* => nothing is shown if nothing is found.
Is there a trick to do this?
thanks!
Rene,
Unfortunately no. The notice is useful to alert the user that their/the intended label isn't/wasn't used.
Victor
I implemented a small workaround, that made the problem acceptable from my side. I simply decided to remove the box using CSS (for that specific space):.macro-blank-experience {
display
:
none
;
}
It only removes the box and e.g. "List title"
That trick may come in handy for other as well :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.