Commit e758beb57180f056a6cf8f93235cc545ae3f49a1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'stable' of gitlab.com:participa/noosfero into stable
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 | ... | ... |