Support for custom HTML editors
This commit is contained in:
parent
78d262ac8d
commit
a11d95f3d7
22 changed files with 255 additions and 133 deletions
2
app.js
2
app.js
|
@ -47,6 +47,8 @@ if (config.www.proxy) {
|
|||
// Do not expose software used
|
||||
app.disable('x-powered-by');
|
||||
|
||||
hbs.registerPartials(__dirname + '/views/partials');
|
||||
|
||||
/**
|
||||
* We need this helper to make sure that we consume flash messages only
|
||||
* when we are able to actually display these. Otherwise we might end up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue