- Issue created by @fraserthompson
- π³πΏNew Zealand fraserthompson Dunedin, New Zealand
Strips shortcodes if shortcode module is installed
- πΊπΈUnited States markie Albuquerque, NM
Thanks for the patch. Can you please create a merge request?
Under the current trimmer Shortcodes implemented via the Shortcode module ( https://www.drupal.org/project/shortcode β ) will be rendered and not trimmed.
Make content with a Shortcode in it and render with the Smart Trim formatter.
Modify the formatter to treat Shortcodes like it treats HTML tags and strip them when strip HTML tags is checked.
When HTML tags are NOT trimmed it will still render the Shortcode and ignore trimming settings. Maybe this could also be improved?
None
None
None
Active
2.0
Code
Strips shortcodes if shortcode module is installed
Thanks for the patch. Can you please create a merge request?