chameleon-system/pkgcmstextfield
Wysiwyg-Feld Package
6.1.5
2017-07-11 15:58 UTC
Requires
- chameleon-system/core: ~6.1.0
Suggests
- chameleon-system/responsive-images-bundle: enable support for responsive images
- dev-master
- 6.1.x-dev
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0.1
- 6.1.0
- 6.0.x-dev
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.8.x-dev
- 5.8.0
- 5.2.1
- 5.2.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-fix/41098-6.1-crash-on-missing-image-in-dev-mode
- dev-maintenance/1.0
README
This package parses CMS WYSIWYG Editor fields (based on CKEditor) and does some conversion.
- Adds the class 'cmsLinkSurroundsImage' to all links that enclose an image tag to allow custom styling or javascript event handling.
- Adds the class 'external' to all links linking to an offsite target to allow special styling.
- Adds the class 'cmsanchor' to all anchors.
- Replaces all mailto: links with an obfuscating JavaScript to prevent bot indexing.
- Renders Chameleon internal page links as SEO URL.
- Renders 3 types of Chameleon document links, based and placeholder based '[{123...}]'.
- Replaces invalid DIVs that where added by the old WYSWIYGPro under some circumstances.
- Replaces empty align properties with 'bottom'.
- Parses image tags and renders images, flash video embed codes or external video embed codes.
- Removes
pkgCmsTextblock
If the package pkgCmsTextblock is installed, it will use the hook: _ReplaceCmsTextBlockInString to replace placeholders in format [{fooBar}].
Options
Check the properties of TCMSTextFieldEndPoint for some options.