--- title: type: "string" required: true label: en: "Item name" es: "Nombre del ítem" help: en: "As will be shown on the menu" es: "Tal como aparece en el menú" post: type: "belongs_to" label: en: "Post" es: "Artículo" help: en: "If the item leads to a post, 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: "Parent item" es: "Ítem anterior" help: en: "If the current item is a sub-item, link the parent 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 the current item contains sub items, link them here" es: "Si el ítem tiene sub ítems, asociarlos aquí" link: type: "string" label: en: "Link" es: "Vínculo" help: en: "If the current item is a URL, add it here" es: "Si el ítem lleva a una página o sección especial, asociarla aquí" categories: type: "array" label: en: "Categories" es: "Categorías" help: en: "If the current item is a category list, add them here" es: "Si el ítem lleva un sub menú de categorías, agregarlas aquí" locales: type: "locales" label: es: "Traducciones" en: "Translations" help: es: "Vínculo al mismo artículo en otros idiomas" en: "Link to same post in other languages" 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"