18 lines
399 B
YAML
18 lines
399 B
YAML
- entity: "menu_link_content"
|
|
title: "Home"
|
|
menu_name: "main"
|
|
weight: 0
|
|
# Defaults to enabled if omitted, but can be disabled by setting to 0.
|
|
enabled: 1
|
|
link:
|
|
uri: "internal:/home"
|
|
|
|
- entity: "menu_link_content"
|
|
title: "O nas"
|
|
menu_name: "main"
|
|
weight: 1
|
|
# Defaults to enabled if omitted, but can be disabled by setting to 0.
|
|
enabled: 1
|
|
link:
|
|
uri: "internal:/o-nas"
|