Hi, Thanks for the great CMS. I have been using it for 2 months now.
As of now, the text plugin is a little inconvenient when working with templates that hard-code as much as possible. Django CMS text plugin injects paragraph tags which is better for light-weight templates that leave more room for styling. On the other hand, in some cases, heavier templates that hard code styling are better because they leave less work for the editor to do. Take an example: - Template specifies h1 tag for the title placeholder to enforce the same styling across all pages where template is used. Editor uses text plugin to type in the title of the page without the requirement to specify H1 styling himself. However, the text plugin will still wrap the title in p-tags which leaves the end result h1-p-title-/p-/h1. This is not pretty. - Work around is to eliminate p-tags from the source code but this manual step can easily be forgotten and when required for multiple elements it's also an annoyance. Hence my recommendation for plain-text plugin that doesn't insert any html tags. Regards, -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to [email protected] --- You received this message because you are subscribed to the Google Groups "django CMS developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/django-cms-developers/68621f23-a584-41ff-b7da-6f8cf64fc379%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
