forked from aem-showcase/frescopa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpaths.json
More file actions
31 lines (31 loc) · 1.22 KB
/
paths.json
File metadata and controls
31 lines (31 loc) · 1.22 KB
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
{
"mappings": [
"/content/frescopa/:/",
"/content/frescopa/en/:/",
"/content/frescopa/metadata:/metadata.json",
"/content/frescopa/en/placeholders:/placeholders.json",
"/content/frescopa/en/locations/locationslist:/locations.json",
"/content/frescopa/es:/es",
"/content/frescopa/es/:/es/",
"/content/frescopa/es/placeholders:/placeholders.json",
"/content/frescopa/es/locations/locationslist:/es/locations.json",
"/content/frescopa/fr:/fr",
"/content/frescopa/fr/:/fr/",
"/content/frescopa/fr/placeholders:/placeholders.json",
"/content/frescopa/fr/locations/locationslist:/fr/locations.json",
"/content/frescopa/jp:/jp",
"/content/frescopa/jp/:/jp/",
"/content/frescopa/jp/placeholders:/placeholders.json",
"/content/frescopa/jp/locations/locationslist:/jp/locations.json",
"/content/frescopa/configuration:/.helix/config.json",
"/content/frescopa/headers:/.helix/headers.json",
"/content/frescopa/metadata:/metadata.json",
"/content/frescopa/configs:/configs.json",
"/content/frescopa/configs-dev:/configs-dev.json",
"/content/frescopa/configs-stage:/configs-stage.json"
],
"includes": [
"/content/frescopa/",
"/content/dam/frescopa/"
]
}