-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathHeadlessSxaWebsite.module.json
61 lines (61 loc) · 2.32 KB
/
HeadlessSxaWebsite.module.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"$schema": "../.sitecore/schemas/ModuleFile.schema.json",
"namespace": "HeadlessSxaWebsite",
"references": [ "InitItems" ],
"items": {
"includes": [
{
"name": "layouts",
"path": "/sitecore/layout/Layouts/Project",
"scope": "descendantsOnly"
},
{
"name": "sxa-renderings",
"path": "/sitecore/layout/Renderings/Project",
"scope": "descendantsOnly"
},
{
"name": "sxa-placeholders",
"path": "/sitecore/layout/Placeholder Settings/Project",
"scope": "descendantsOnly"
},
{
"name": "headless-placeholders",
"path": "/sitecore/layout/Placeholder Settings/Foundation/JSS Experience Accelerator/Placeholder Settings"
},
{
"name": "page-structure-placeholders",
"path": "/sitecore/layout/Placeholder Settings/Feature/Experience Accelerator/PageStructure"
},
{
"name": "rendering-contents-resolvers",
"path": "/sitecore/system/Modules/Layout Service/Rendering Contents Resolvers/PLAY Rendering Contents Resolvers"
},
{
"name": "powershell-scripts",
"path": "/sitecore/system/Modules/PowerShell/Script Library/SPE/Reporting/Content Reports/Reports/PLAY"
},
{
"name": "cmp-config",
"path": "/sitecore/system/Modules/CMP/Config"
},
{
"name": "demo-workflow",
"path": "/sitecore/system/Workflows/Demo Workflow"
},
{
"name": "templates",
"path": "/sitecore/templates/Project",
"scope": "descendantsOnly"
},
{
"name": "content-hub-default-template",
"path": "/sitecore/templates/CMP/Content Hub Entity"
},
{
"name": "enable-language-fallback-default",
"path": "/sitecore/templates/System/Templates/Sections/Advanced/Advanced/__Enable item fallback"
}
]
}
}