Codeshare List of user-contributed code snippets for dotCMS Java CMS.

Tagged: "wysiwyg"

Show different WYSIWYG options based on Role

Author: dotCMS |

It is easy to show different WYSIWYG options based on a users role. All you need to do is to write a plugin that overrides the file:

Strip HTML tags from WYSIWYG Field Output

Author: Michael Fienen |

Very simple method for cases where you need to get rid of the HTML tags in a contentlet field, like auto-generating a content summary when a manual summary...