Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,

I try to set the toolbar to full so I have the following line
Code: Select all
<cms:editable name='content' label='content' desc='write here something' order='2'  type='richtext' toolbar='full'></cms:editable>


However I only get the basic toolbar whatever I do it won't change (cleared the cache and so on).

Does anyone has any ideas
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
Checked the code and it seems to be working just fine for me. So, no problem with the code.

Maybe it is just that 'access template as super-admin' thing?
Try deleting the editable region's definition from the template and recreating it.
Thanks KK,

Try deleting the editable region's definition from the template and recreating it.

Tried this with no result.

It seems to be something in the config.js file .. I had installed an extra plugin ( pbckcode ) some of the settings from it conflicts with couch or something like that. Fiddled a little in the config.js file last night and solved it almost. It's almost as if not all config.setting are working within the admin area.

config.allowedContent = 'pre[*]{*}(*);'; = not working
extraAllowedContent = 'pre[*]{*}(*);'; = working
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
3 posts Page 1 of 1