Sha256: cc94f4fb7e994e66ef82fdd9b12954b043c2369cfc5f0831197c02a93e34b8df

Contents?: true

Size: 1.79 KB

Versions: 4

Compression:

Stored size: 1.79 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í colando 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

4 entries across 4 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.4.2 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.4.1 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.4.0 _data/layouts/menu.yml
editorial-autogestiva-jekyll-theme-0.3.5 _data/layouts/menu.yml