Commit 39c68a4ee8eef0290c38f386da18bfcc02c88a34
1 parent
ebdc49d6
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
comment_paragraph: remove support for text article with textile markup language
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/comment_paragraph/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 | ... | ... |