-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.yaml
52 lines (47 loc) · 1.06 KB
/
map.yaml
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
languages:
- path: es
text: Español
active: true
- path: en
text: English
active: true
content:
- content: 'Contenido 1'
id: 1
languages:
es:
url: /contenido-1
en:
url: /content-1
router:
route: /ruta1
view: vista1
- content: 'Contenido 2'
id: 2
languages:
es:
url: /contenido-2
en:
url: /content-2
router:
route: /ruta1
view: vista1
- content: 'Contenido 3'
id: 3
languages:
es:
url: /contenido-3
redirect: /contenido-1
en:
url: /content-2
redirect: /content-1
- content: Categorias
id: 5
languages:
es:
exp: '/categorias(/.*)?'
en:
url: /categorys
router:
route: /categorias
view: vista-categorias