more than one content block wysiwyg is not working [solved]
more than one content block wysiwyg is not working [solved]
I have more than one content block, but if I uncheck the wysiwyg on the second or third content block, nothing happens. I'm using TinyMCE because it's more usefull than MicroTiny
Last edited by babel on Thu Jan 08, 2015 8:38 am, edited 1 time in total.
Re: more than one content block wysiwyg is not working
Can you paste the {content block......} tags here..?
Re: more than one content block wysiwyg is not working
Code: Select all
{content block="foto's producten"} {content block="foto's sfeerimpressie"}
Code: Select all
{content}
Re: more than one content block wysiwyg is not working
This may or may not be related to your TinyMCE problem, but you can't (safely) use spaces and characters in your block name
{content block="foto's producten"}
{content block="foto's sfeerimpressie"}
Should Be
{content block="fotosproducten" label="foto's producten"}
{content block="fotossfeerimpressie" label="foto's sfeerimpressie"}
label is what the person sees in the backend. block is how the field is called in the database.
Reference: http://docs.cmsmadesimple.org/tags/core/content
{content block="foto's producten"}
{content block="foto's sfeerimpressie"}
Should Be
{content block="fotosproducten" label="foto's producten"}
{content block="fotossfeerimpressie" label="foto's sfeerimpressie"}
label is what the person sees in the backend. block is how the field is called in the database.
Reference: http://docs.cmsmadesimple.org/tags/core/content
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--