forked from nephila/djangocms-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.json
31 lines (31 loc) · 1015 Bytes
/
addon.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"package-name": "djangocms-blog",
"installed-apps": [
"filer",
"easy_thumbnails",
"aldryn_apphooks_config",
"parler",
"taggit",
"taggit_autosuggest",
"meta",
"djangocms_blog",
"sortedm2m"
],
"settings": {
"META_SITE_PROTOCOL": "https",
"META_USE_SITES": true,
"META_USE_OG_PROPERTIES": true,
"META_USE_TWITTER_PROPERTIES": true,
"META_USE_SCHEMAORG_PROPERTIES": true,
"THUMBNAIL_PROCESSORS": [
"easy_thumbnails.processors.colorspace",
"easy_thumbnails.processors.autocrop",
"filer.thumbnail_processors.scale_and_crop_with_subject_location",
"easy_thumbnails.processors.filters"
]
},
"urls": [
["", "djangocms_blog.taggit_urls"]
],
"message": "Installation completed, check documentation https://djangocms-blog.readthedocs.io/en/latest/installation.html#modify-templates for further information"
}