diff --git a/composer.json b/composer.json index 2fb8033..b69c71d 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,10 @@ "colymba/gridfield-bulk-editing-tools": "3.0.0-beta4", "dnadesign/silverstripe-elemental-list": "*", "dnadesign/silverstripe-elemental-virtual": "*", - "dnadesign/silverstripe-elemental-userforms": "*" + "dnadesign/silverstripe-elemental-userforms": "*", + "vulcandigital/silverstripe-seo": "^1.0", + "hestec/silverstripe-cookiebar": "^1.0", + "drmartingonzo/ss-tinymce-charcount": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.7" @@ -47,4 +50,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +} diff --git a/site/_config.php b/site/_config.php index b3d9bbc..6391f4b 100755 --- a/site/_config.php +++ b/site/_config.php @@ -1 +1,15 @@ enablePlugins([ + 'template', + 'fullscreen', + 'hr', + 'contextmenu', + 'charmap', + 'visualblocks', + 'lists', + 'charcount' => ModuleResourceLoader::resourceURL('drmartingonzo/ss-tinymce-charcount:client/dist/js/bundle.js'), +]);