Skip to content

config allowedtextfilters

Byrne edited this page Nov 1, 2010 · 1 revision

AllowedTextFilters

This configuration directive governs which text filter choices are available to end users (default setting permits all filters). A change here will affect all blogs in the system. Disallowing a filter will not effect any entry or page that already has that text filter assigned to it. However, if you create a post in markdown, save, then disallow markdown, then edit the post again, the user will be forced to select a new text filter format for the post.

Acceptable values are:

  • __default__ (a.k.a. Convert Line Breaks)
  • markdown
  • markdown_with_smartypants
  • richtext
  • textile_2

Example

AllowedTextFilters __default__, markdown, textile_2
  • Categories: Appendix: Configuration Directives
  • Tags: config, markdown, New in MT4, rich text, system, text filters
Clone this wiki locally