@paroicms/site-generator-plugin
Version:
ParoiCMS Site Generator Plugin
115 lines (114 loc) • 2.82 kB
JSON
[
{
"fieldName": "leadParagraph",
"localized": true,
"dataType": "json",
"renderAs": "html",
"description": "Lead paragraph, or \"chapo\", of a post (HTML)"
},
{
"fieldName": "htmlContent",
"localized": true,
"dataType": "json",
"renderAs": "html",
"description": "HTML Content"
},
{
"fieldName": "introduction",
"localized": true,
"dataType": "json",
"renderAs": "html",
"description": "A short introduction (HTML)"
},
{
"fieldName": "footerMention",
"dataType": "json",
"renderAs": "html",
"localized": true,
"description": "The footer mention is used to display a legal notice or a disclaimer (HTML). Usually included as a site field."
},
{
"fieldName": "logo",
"localized": false,
"dataType": "media",
"description": "A logo is an image that represents a brand"
},
{
"fieldName": "slogan",
"localized": true,
"dataType": "string",
"description": "A slogan is a memorable motto or phrase as a repetitive expression of an idea or purpose"
},
{
"fieldName": "phone",
"localized": false,
"dataType": "string",
"description": "Phone number"
},
{
"fieldName": "phone2",
"localized": false,
"dataType": "string",
"description": "Secondary phone number"
},
{
"fieldName": "title",
"localized": true,
"dataType": "string",
"description": "Store a title"
},
{
"fieldName": "shortTitle",
"localized": true,
"dataType": "string",
"description": "A short title can be useful for buttons or menu items"
},
{
"fieldName": "gallery",
"localized": false,
"dataType": "gallery",
"description": "A collection of medias. It can be rendered as a carousel, a slider, a slideshow, an image gallery etc."
},
{
"fieldName": "image",
"localized": false,
"dataType": "media",
"description": "An image"
},
{
"fieldName": "backgroundImage",
"localized": false,
"dataType": "media",
"description": "A background image"
},
{
"fieldName": "translatedImage",
"localized": true,
"dataType": "media",
"description": "Image that will be different depending on the language (localized)"
},
{
"fieldName": "featuredDocument",
"localized": false,
"dataType": "string",
"description": "A link to a featured document"
},
{
"fieldName": "phones",
"localized": false,
"dataType": "json",
"description": "A list of phone numbers"
},
{
"fieldName": "video",
"localized": false,
"dataType": "string",
"description": "A YouTube video"
},
{
"fieldName": "oneLanguageVideo",
"localized": true,
"dataType": "string",
"description": "A YouTube video, but different for each language"
}
]