140 lines
3.3 KiB
YAML
140 lines
3.3 KiB
YAML
---
|
|
title:
|
|
type: "string"
|
|
required: true
|
|
label:
|
|
es: "Título del artículo"
|
|
en: "Post title"
|
|
help:
|
|
es: "¡Un título que invite a leer el artículo!"
|
|
en: "A title that makes people want to read the post!"
|
|
description:
|
|
type: "text"
|
|
required: true
|
|
label:
|
|
en: "Post description"
|
|
help:
|
|
en: "Description of post content, also used by social media and search engines."
|
|
content_warning:
|
|
type: "string"
|
|
label:
|
|
en: "Content warning"
|
|
help:
|
|
en: |
|
|
If the post is about violence and other sensitive topics, we
|
|
invite you to use it as a content warning, so others can decide
|
|
when they want to read it.
|
|
image:
|
|
type: "image"
|
|
path:
|
|
label:
|
|
en: "Main image"
|
|
help:
|
|
en: "Used to illustrate the article and as preview in social networks."
|
|
description:
|
|
label:
|
|
en: "Main image description"
|
|
help:
|
|
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
|
category:
|
|
type: "new_predefined_array"
|
|
label:
|
|
en: "Category"
|
|
help:
|
|
en: "Select category"
|
|
values:
|
|
member:
|
|
en: "Member"
|
|
tutorial:
|
|
en: "Tutorial"
|
|
howto:
|
|
en: "HowTo"
|
|
reference:
|
|
en: "Reference"
|
|
meeting_notes:
|
|
en: "Meeting Notes"
|
|
tool:
|
|
en: "Tool"
|
|
article:
|
|
en: "Article"
|
|
topic:
|
|
type: "new_predefined_array"
|
|
label:
|
|
en: "Topic"
|
|
help:
|
|
en: "Select Topic"
|
|
values:
|
|
community:
|
|
en: "Community"
|
|
tech:
|
|
en: "Tech"
|
|
status:
|
|
type: "new_predefined_value"
|
|
label:
|
|
en: "Status"
|
|
help:
|
|
en: "Select Topic"
|
|
values:
|
|
en:
|
|
"pending": "Pending"
|
|
"in_progress": "In Progress"
|
|
"active": "Active"
|
|
"archived": "Archived"
|
|
content:
|
|
type: "new_content"
|
|
label:
|
|
en: "Post content"
|
|
help:
|
|
en: "Write your post here"
|
|
permalink:
|
|
type: "permalink"
|
|
label:
|
|
es: "Enlace"
|
|
en: "Permalink"
|
|
help:
|
|
es: |
|
|
Si no quieres utilizar el formato de enlaces general del sitio
|
|
para este artículo, especifica uno aquí. Usa "/" para cambiar la
|
|
portada del sitio, o dejalo vacío para auto-generar la dirección.
|
|
en: |
|
|
If you don't want to follow the site's link format for this post,
|
|
change it here. Use "/" to set this page as the home page, or
|
|
leave empty to auto-generate it.
|
|
activity:
|
|
type: "boolean"
|
|
label:
|
|
es: "Publicar en el Fediverso"
|
|
en: "Publish to Fediverse"
|
|
help:
|
|
es: "Si tu sitio tiene habilitado Social Distributed Press, habilita para publicar en el Fediverso"
|
|
en: "If your site has Social Distributed Press enabled, tick to publish to the Fediverse"
|
|
default:
|
|
es: false
|
|
en: false
|
|
in_reply_to:
|
|
type: "url"
|
|
label:
|
|
es: "En respuesta a"
|
|
en: "In reply to"
|
|
help:
|
|
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
|
en: "Add the link to another article to reply to"
|
|
locales:
|
|
type: "locales"
|
|
label:
|
|
en: "Translations"
|
|
help:
|
|
en: "Link to same post in other languages"
|
|
draft:
|
|
type: "boolean"
|
|
label:
|
|
en: "Draft"
|
|
help:
|
|
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:
|
|
en: "Order"
|
|
help:
|
|
en: "Position in list of posts"
|