Integrated CKEditor for templates. We might need to move it to a sandbox later to make it secure.

This commit is contained in:
Tomas Bures 2018-02-24 21:59:00 +01:00
parent 508d6b3b2f
commit ba75623f86
5 changed files with 129 additions and 110 deletions

View file

@ -52,9 +52,14 @@ module.exports = {
},
'sass-loader' ]
},
{
test: /\.(woff|ttf|eot)$/,
use: [ 'url-loader' ]
}
]
},
externals: {
$: "jQuery",
jquery: 'jQuery',
csfrToken: 'csfrToken',
mailtrainConfig: 'mailtrainConfig'