Sha256: 389ade46d02192acfe330328739779f582d06bde18bc068befadf679c7a858d8

Contents?: true

Size: 1.8 KB

Versions: 9

Compression:

Stored size: 1.8 KB

Contents

---
title:
  type: "string"
  required: true
  label:
    en: "Item name"
    es: "Nombre del ítem"
  help:
    en: "Exactly as you want it to appear in the menu"
    es: "Tal como aparece en el menú"
post:
  type: "belongs_to"
  label:
    en: "Article"
    es: "Artículo"
  help:
    en: "If the menu item leads to a single article, link it here"
    es: "Si el ítem lleva a un artículo fijo, asociarlo aquí"
item:
  type: "belongs_to"
  inverse: "items"
  filter:
    layout: "menu"
  label:
    en: "Previous item"
    es: "Ítem anterior"
  help:
    en: "If sub item, associate parent item here"
    es: "Si es un sub ítem, asociar el ítem superior aquí"
items:
  type: "has_many"
  inverse: "item"
  filter:
    layout: "menu"
  label:
    en: "Sub items"
    es: "Sub ítems"
  help:
    en: "If item has sub items, associate them here"
    es: "Si el ítem tiene sub ítems, asociarlos aquí"
link:
  type: "url"
  label:
    en: "Link"
    es: "Vínculo"
  help:
    en: "If item leads to a page or special section, associate here with full address"
    es: "Si el ítem lleva a una página o sección especial, asociarla aquí colocando la dirección completa"
draft:
  type: "boolean"
  label:
    es: "Borrador"
    en: "Draft"
  help:
    es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
    en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
order:
  type: "order"
  label:
    es: "Orden"
    en: "Order"
  help:
    es: "La posición del artículo en la lista de artículos"
    en: "Position in list of posts"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc7 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc6 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc5 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc4 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc3 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc2 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc1 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.5.0rc0 _data/layouts/menu.yml