diff options
author | Pete Higgins <pete@peterhiggins.org> | 2011-12-14 15:01:04 -0800 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2011-12-14 15:24:20 -0800 |
commit | 04b49b2371c555363c25081564f02890dc85fa3b (patch) | |
tree | 63c6b654e48a88b5abaa93f63e7ca9dff7508d1c /config | |
parent | 3a7a9198a45a6f97866160cd862f44edd72bcba3 (diff) | |
download | refinerycms-blog-04b49b2371c555363c25081564f02890dc85fa3b.tar.gz refinerycms-blog-04b49b2371c555363c25081564f02890dc85fa3b.tar.bz2 refinerycms-blog-04b49b2371c555363c25081564f02890dc85fa3b.zip |
Allow configurable author for blog posts.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9222d11..3aa2b68 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -41,6 +41,8 @@ en: published_at: Publish Date custom_url: Custom Url custom_url_help: Generate the url for the blog post from this text instead of the title. + author: Author + author_help: Set which user this post will show as the author. copy_body: Copy Post Body to Teaser copy_body_help: Copies the post body to the teaser. Leave teaser blank to let Refinery automatically make the teaser. index: |