X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5d33b325a606240f9bcc7d704de1af0152c9bd19..507b3a9778a21a0b8f2043b1558ba84f0eee5878:/forum/settings/extkeys.py
diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py
index 50fa5ff..a2e8222 100644
--- a/forum/settings/extkeys.py
+++ b/forum/settings/extkeys.py
@@ -8,7 +8,21 @@ label = _("Google sitemap code"),
help_text = _("This is the code you get when you register your site at Google webmaster central."),
required=False))
-GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(
+GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(
label = _("Google analytics key"),
help_text = _("Your Google analytics key. You can get one at the Google analytics official website"),
-required=False))
\ No newline at end of file
+required=False))
+
+WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict(
+label = _("Wordpress API key"),
+help_text = _("Your Wordpress API key. You can get one at http://wordpress.com/"),
+required=False))
+
+WORDPRESS_BLOG_URL = Setting('WORDPRESS_BLOG_URL', '', EXT_KEYS_SET, dict(
+label = _("Wordpress blog url"),
+help_text = _("Your Wordpress blog url. You can get one at http://wordpress.com/"),
+required=False))
+
+
+
+