Commit e068a31c03741b9e8f9bfab0e989ac38e6e355ca
1 parent
dfa10bc9
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
updating article block information
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
app/models/article_block.rb
| ... | ... | @@ -3,7 +3,15 @@ class ArticleBlock < Block |
| 3 | 3 | attr_accessible :article_id |
| 4 | 4 | |
| 5 | 5 | def self.description |
| 6 | - _('Display one of your contents') | |
| 6 | + _('Display one of your contents.') | |
| 7 | + end | |
| 8 | + | |
| 9 | + def self.short_description | |
| 10 | + _('Show one article') | |
| 11 | + end | |
| 12 | + | |
| 13 | + def self.pretty_name | |
| 14 | + _('Article') | |
| 7 | 15 | end |
| 8 | 16 | |
| 9 | 17 | def help | ... | ... |