Sha256: 97f7e84d54c1abb6e997c1c318e5d42fdbd1e50428d47ad0eca4a803f841e86b

Contents?: true

Size: 1.95 KB

Versions: 8

Compression:

Stored size: 1.95 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í"
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:
    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í"
categories:
  type: "array"
  label:
    en: "Categories"
    es: "Categorías"
  help:
    en: "If the item is a category list, add them here."
    es: "Si el ítem lleva un sub menú de categorías, agregarlas aquí"
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

8 entries across 8 versions & 2 rubygems

Version Path
radios-comunitarias-jekyll-theme-0.3.0rc1 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.6 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.5 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.4 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.3 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.2 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.1 _data/layouts/menu.yml
empresa-recuperada-jekyll-theme-0.2.0 _data/layouts/menu.yml