text/html added to possible mime types for comments.
This commit is contained in:
parent
ac9d4f9584
commit
eded7f1059
@ -14,6 +14,9 @@ Changelog
|
|||||||
instances of TinyMCE on a single page.
|
instances of TinyMCE on a single page.
|
||||||
[timo]
|
[timo]
|
||||||
|
|
||||||
|
- text/html added to the possible mime types for comments.
|
||||||
|
[timo]
|
||||||
|
|
||||||
|
|
||||||
2.1.8 (unreleased)
|
2.1.8 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
@ -82,6 +82,11 @@ def text_transform_vocabulary(context):
|
|||||||
value='text/plain',
|
value='text/plain',
|
||||||
token='text/plain',
|
token='text/plain',
|
||||||
title='Plain text'))
|
title='Plain text'))
|
||||||
|
terms.append(
|
||||||
|
SimpleTerm(
|
||||||
|
value='text/html',
|
||||||
|
token='text/html',
|
||||||
|
title='HTML'))
|
||||||
terms.append(
|
terms.append(
|
||||||
SimpleTerm(
|
SimpleTerm(
|
||||||
value='text/x-web-markdown',
|
value='text/x-web-markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user