mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 16:52:18 +00:00
Fix indentation
This commit is contained in:
parent
b5c6ebc016
commit
1e88cb866d
@ -22,13 +22,13 @@ module.exports = function (strapi) {
|
|||||||
* Default options
|
* Default options
|
||||||
*/
|
*/
|
||||||
|
|
||||||
defaults: {
|
defaults: {
|
||||||
root: path.join(strapi.config.appPath, strapi.config.paths.views),
|
root: path.join(strapi.config.appPath, strapi.config.paths.views),
|
||||||
layout: 'layout',
|
layout: 'layout',
|
||||||
viewExt: 'ejs',
|
viewExt: 'ejs',
|
||||||
cache: true,
|
cache: true,
|
||||||
debug: true
|
debug: true
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize the hook
|
* Initialize the hook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user