id id
{
"name": "id",
"type": "primaryKey"
}
title M (Title of the button)
{
"name": "title",
"type": "text",
"maxLength": 50,
"mandatory": "true",
"note": "Title of the button"
}
url M (If set a button will appear in the left menu in property view. Placeholders: {{dealId}} and {{estateId}})
{
"name": "url",
"type": "text",
"maxLength": 255,
"mandatory": "true",
"note": "If set a button will appear in the left menu in property view. Placeholders: {{dealId}} and {{estateId}}"
}
color (Color of the button, keep in mind that the text will be white)
{
"name": "color",
"type": "text",
"maxLength": 31,
"note": "Color of the button, keep in mind that the text will be white"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}