[IMPROVEMENT] Few more SS basic modules

This commit is contained in:
Tony Air 2018-05-13 23:12:56 +07:00
parent e8ec8a0b1c
commit 9085db3b4e
2 changed files with 13 additions and 1 deletions

View File

@ -18,9 +18,15 @@
"dnadesign/silverstripe-elemental-list": "*",
"dnadesign/silverstripe-elemental-virtual": "*",
"dnadesign/silverstripe-elemental-userforms": "*",
"dynamic/silverstripe-elemental-blocks": "*",
"vulcandigital/silverstripe-seo": "^1.0",
"hestec/silverstripe-cookiebar": "^1.0",
"drmartingonzo/ss-tinymce-charcount": "^1.0"
"drmartingonzo/ss-tinymce-charcount": "^1.0",
"axllent/silverstripe-version-truncator": "*",
"firesphere/googlemapsfield": "^1.0@dev",
"dorsetdigital/silverstripe-canonical": "^1.0",
"gorriecoe/silverstripe-dataobjecthistory": "^1.2",
"mak001/silverstripe-categorization": "^1.0@dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"

View File

@ -0,0 +1,6 @@
Axllent\VersionTruncator\VersionTruncator:
keep_versions: 4 # how many (published) versions of each page to keep
keep_drafts: 2 # how many drafts of each page to keep
keep_redirects: true # keep page versions that have a different URLSegment (for redirects)
keep_old_page_types: false # keep page versions where page type (ClassName) has changed