Mercurial > libervia-backend
diff src/core/constants.py @ 1020:adbde4a3a52f
plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 13 May 2014 17:17:57 +0200 |
parents | 0ea97f483464 |
children | 15f43b54d697 |
line wrap: on
line diff
--- a/src/core/constants.py Wed May 07 15:44:31 2014 +0200 +++ b/src/core/constants.py Tue May 13 17:17:57 2014 +0200 @@ -40,7 +40,12 @@ NO_SECURITY_LIMIT = -1 INDIVIDUAL = "individual" GENERAL = "general" - + # Parameters for static blog pages + STATIC_BLOG_KEY = "Blog page" + STATIC_BLOG_PARAM_TITLE = "Title" + STATIC_BLOG_PARAM_BANNER = "Banner" + STATIC_BLOG_PARAM_KEYWORDS = "Keywords" + STATIC_BLOG_PARAM_DESCRIPTION = "Description" ## Profile and entities ## PROF_KEY_NONE = '@NONE@'