mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Minor update
This commit is contained in:
parent
eb65b637b3
commit
e8ec8a0b1c
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1 +1,15 @@
|
||||
<?php
|
||||
|
||||
use SilverStripe\Forms\HTMLEditor\HtmlEditorConfig;
|
||||
use SilverStripe\Core\Manifest\ModuleResourceLoader;
|
||||
|
||||
HtmlEditorConfig::get('cms')->enablePlugins([
|
||||
'template',
|
||||
'fullscreen',
|
||||
'hr',
|
||||
'contextmenu',
|
||||
'charmap',
|
||||
'visualblocks',
|
||||
'lists',
|
||||
'charcount' => ModuleResourceLoader::resourceURL('drmartingonzo/ss-tinymce-charcount:client/dist/js/bundle.js'),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user