text
Текущая схема элемента в бд:
{
"props": {
"link": {
"type": "string",
"label": "Ссылка",
"default": ""
},
"color": {
"type": "color",
"label": "Цвет",
"default": "#000000"
},
"content": {
"type": "textarea",
"label": "Текст",
"default": "Новый текст"
},
"fontSize": {
"max": 72,
"min": 12,
"type": "number",
"label": "Размер шрифта",
"default": 24
},
"rotation": {
"max": 360,
"min": 0,
"step": 1,
"type": "range",
"label": "Поворот",
"units": "deg",
"default": 0
},
"fontFamily": {
"type": "select",
"label": "Шрифт",
"default": "Inter",
"options": [
"Inter",
"Arial",
"Roboto"
]
},
"fontWeight": {
"type": "select",
"label": "Начертание",
"default": "normal",
"options": [
"normal",
"bold",
"bolder",
"lighter"
]
},
"lineHeight": {
"max": 3,
"min": 1,
"step": 0.1,
"type": "range",
"label": "Межстрочный интервал",
"units": "",
"default": 1.4
},
"letterSpacing": {
"max": 10,
"min": 0,
"step": 0.1,
"type": "range",
"label": "Интервал между буквами",
"units": "",
"default": 0
},
"textTransform": {
"type": "select",
"label": "Регистр",
"default": "none",
"options": [
"none",
"uppercase",
"lowercase",
"capitalize"
]
}
}
}Последнее обновление