Changeset 4429
- Timestamp:
- 06/27/07 12:16:48 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPayloadFilterChain_TextTransformationPlugin/config/pfc/filters.yml
r4403 r4429 1 text_to_xhtml:1 pfc_text_to_xhtml: 2 2 enabled: on 3 3 class: pfcTextTransformationFilter … … 5 5 transformer: pfc_mime_to_mime 6 6 7 expand_emoticons:7 pfc_expand_emoticons: 8 8 enabled: on 9 9 class: pfcTextTransformationFilter … … 11 11 transformer: pfc_text_to_image 12 12 13 highlight_code:13 pfc_highlight_code: 14 14 enabled: on 15 15 class: pfcTextTransformationFilter … … 17 17 transformer: pfc_geshi_highlighter 18 18 19 censors:19 pfc_censors: 20 20 enabled: on 21 21 class: pfcTextTransformationFilter