Integrated CKEditor for templates. We might need to move it to a sandbox later to make it secure.
This commit is contained in:
parent
508d6b3b2f
commit
ba75623f86
5 changed files with 129 additions and 110 deletions
|
@ -52,9 +52,14 @@ module.exports = {
|
|||
},
|
||||
'sass-loader' ]
|
||||
},
|
||||
{
|
||||
test: /\.(woff|ttf|eot)$/,
|
||||
use: [ 'url-loader' ]
|
||||
}
|
||||
]
|
||||
},
|
||||
externals: {
|
||||
$: "jQuery",
|
||||
jquery: 'jQuery',
|
||||
csfrToken: 'csfrToken',
|
||||
mailtrainConfig: 'mailtrainConfig'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue