diff --git a/cms_helper.py b/cms_helper.py index 4053d2d9..344f8062 100755 --- a/cms_helper.py +++ b/cms_helper.py @@ -48,7 +48,7 @@ def gettext(s): META_SITE_DOMAIN="example.com", META_USE_OG_PROPERTIES=True, META_USE_TWITTER_PROPERTIES=True, - META_USE_GOOGLEPLUS_PROPERTIES=True, + META_USE_SCHEMAORG_PROPERTIES=True, THUMBNAIL_PROCESSORS=( "easy_thumbnails.processors.colorspace", "easy_thumbnails.processors.autocrop", diff --git a/djangocms_blog/addon.json b/djangocms_blog/addon.json index 9fbbed6b..ba961f6e 100644 --- a/djangocms_blog/addon.json +++ b/djangocms_blog/addon.json @@ -12,13 +12,14 @@ "sortedm2m" ], "settings": { - "META_SITE_PROTOCOL": "http", + "META_SITE_PROTOCOL": "https", "META_USE_SITES": true, "META_USE_OG_PROPERTIES": true, "META_USE_TWITTER_PROPERTIES": true, - "META_USE_GOOGLEPLUS_PROPERTIES": true + "META_USE_SCHEMAORG_PROPERTIES": true }, "urls": [ - "djangocms_blog.taggit_urls" - ] + ["", "djangocms_blog.taggit_urls"] + ], + "message": "Installation completed, check documentation https://djangocms-blog.readthedocs.io/en/latest/installation.html#modify-templates for further information" } diff --git a/setup.cfg b/setup.cfg index 21f352ac..576ec428 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,6 +77,7 @@ keywords = django wordpress multilingual + django-app-enabler [options.package_data] * = *.txt, *.rst