forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config allowedtextfilters
Byrne edited this page Nov 1, 2010
·
1 revision
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
AllowedTextFilters __default__, markdown, textile_2
- Categories: Appendix: Configuration Directives
- Tags: config, markdown, New in MT4, rich text, system, text filters