Page 1 of 1
more than one content block wysiwyg is not working [solved]
Posted: Mon Dec 01, 2014 2:49 pm
by babel
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
Re: more than one content block wysiwyg is not working
Posted: Mon Dec 01, 2014 7:22 pm
by Dr.CSS
Can you paste the {content block......} tags here..?
Re: more than one content block wysiwyg is not working
Posted: Tue Dec 02, 2014 9:34 am
by babel
Code: Select all
{content block="foto's producten"} {content block="foto's sfeerimpressie"}
are some of the blocks. Offcourse the first one is just
Re: more than one content block wysiwyg is not working
Posted: Tue Dec 02, 2014 2:39 pm
by JohnnyB
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