-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathperiodicjs.reactapp.js
executable file
·29 lines (28 loc) · 1.34 KB
/
periodicjs.reactapp.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
'use strict';
module.exports = {
'periodicjs_ext_reactapp': {
'manifests': [
'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/manifest.json',
// 'node_modules/periodicjs.ext.reactapp/views/home/',
// 'node_modules/periodicjs.ext.reactapp/views/account/',
'node_modules/periodicjs.ext.reactapp/views/reactapp/manifests/',
'node_modules/periodicjs.ext.reactapp/views/test/',
],
'unauthenticated_manifests': [
'node_modules/periodicjs.ext.reactapp/views/public/home/',
],
// 'navigation': 'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/navigation.json',
'navigation': 'node_modules/periodicjs.ext.reactapp/views/reactapp/components/navigation.manifest.js',
'components': {
// 'login':'/content/themes/periodicjs.theme.default/views/auth/loginDISABLED.manifest.json',
'main': {
// 'header':'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/header.js',
'footer': 'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/footer.js',
},
'error': {
'404': 'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/manifests/dynamic404.json',
'400': 'node_modules/periodicjs.ext.reactapp/adminclient/src/content/config/manifests/dynamic400.json',
},
},
},
};