sutty-base-jekyll-theme/_data/layouts/menu.yml

74 lines
1.6 KiB
YAML
Raw Permalink Normal View History

---
title:
type: 'string'
required: true
label:
2021-10-27 18:07:43 +00:00
en: 'Item name'
es: 'Nombre del ítem'
help:
en: ''
es: 'Tal como aparece en el menú'
post:
type: 'belongs_to'
label:
2021-10-27 18:07:43 +00:00
en: 'Link to this post'
es: 'Artículo'
help:
en: ''
es: 'Si el ítem lleva a un artículo fijo, asociarlo aquí'
2021-10-27 18:07:43 +00:00
link:
type: 'string'
label:
en: 'Link'
es: 'Vínculo'
help:
en: "If this item is a regular link, add it here"
es: 'Si el ítem lleva a una página o sección especial, asociarla aquí'
item:
type: 'belongs_to'
inverse: items
filter:
layout: menu
label:
2021-10-27 18:07:43 +00:00
en: 'Main item'
es: 'Ítem anterior'
help:
2021-10-27 18:07:43 +00:00
en: "If you're building a dropdown menu, add the main item here"
es: 'Si es un sub ítem, asociar el ítem superior aquí'
items:
type: 'has_many'
inverse: item
filter:
layout: menu
label:
2021-10-27 18:07:43 +00:00
en: 'Sub items'
es: 'Sub ítemes'
help:
2021-10-27 18:07:43 +00:00
en: "If you're building a dropdown menu, add the sub items here"
es: 'Si el ítem tiene sub ítems, asociarlos aquí'
categories:
type: 'array'
label:
en: ''
es: 'Categorías'
help:
en: ''
es: 'Si el ítem lleva un sub menú de categorías, agregarlas aquí'
draft:
type: 'boolean'
label:
es: 'Borrador'
en: 'Draft'
help:
es: 'Este artículo aun no está listo para publicar'
en: "This post isn't ready to be published yet"
order:
type: 'order'
required: true
label:
es: 'Orden'
en: 'Order'
help:
es: 'La posición del artículo en la lista de artículos'
en: 'The post position in the posts list'