Commit 37f1e5f7e3a0e1501c7a125874655978410926db
1 parent
99fdaa86
Exists in
master
comment_paragraph: remove support for text article with textile markup language
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
controllers/comment_paragraph_plugin_admin_controller.rb
... | ... | @@ -22,7 +22,7 @@ class CommentParagraphPluginAdminController < AdminController |
22 | 22 | protected |
23 | 23 | |
24 | 24 | def available_article_types |
25 | - articles = [TinyMceArticle, TextileArticle] + @plugins.dispatch(:content_types) | |
25 | + articles = [TinyMceArticle] + @plugins.dispatch(:content_types) | |
26 | 26 | articles |
27 | 27 | end |
28 | 28 | ... | ... |