You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apostr...@googlegroups.com
My app.yml has added back h1 and h2 to the ckeditor config:
a:
ckEditor_config:
format_tags: 'p;h1;h2;h3;h4;h5;h6;pre'
The entries show up in the editor but when I apply them, they disappear upon save. Do I need to add them somewhere else as well or clear some cache besides symfony's?
Thanks,
Brian
Brian Ross
unread,
Feb 15, 2013, 10:19:28 PM2/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apostr...@googlegroups.com
Nevermind, looks like you also have to explicitly set allowed tags on aToolkit for the richText filter to prevent them from being stripped:
aToolkit:
allowed_tags: [h1, h2, ...]
Tom Boutell
unread,
Feb 16, 2013, 9:57:44 AM2/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apostr...@googlegroups.com
Bingo!
This is a great feature, because it prevents pastes from Word and
whatever else from totally munging pages, but it does require
adjustment sometimes.
> --
> You received this message because you are subscribed to the Google Groups
> "apostrophenow" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to apostropheno...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>