video

Текущая схема элемента в бд:

{
    "props": {
        "src": {
            "type": "upload",
            "label": "Загрузить видео",
            "default": "",
            "placeholder": "https://..."
        },
        "loop": {
            "type": "select",
            "label": "Повтор",
            "default": "Нет",
            "options": [
                "Нет",
                "Да"
            ]
        },
        "muted": {
            "type": "select",
            "label": "Замьютить",
            "default": "Нет",
            "options": [
                "Нет",
                "Да"
            ]
        },
        "preview": {
            "type": "upload",
            "label": "Загрузить обложку",
            "default": "https://as2.ftcdn.net/jpg/02/82/39/37/1000_F_282393722_fo3iAe4Wpqt5H6HQHOTYetnrkGBgnqII.jpg",
            "placeholder": "https://..."
        },
        "autoPlay": {
            "type": "select",
            "label": "Автоплей",
            "default": "Нет",
            "options": [
                "Нет",
                "Да"
            ]
        },
        "controls": {
            "type": "select",
            "label": "Элементы управления",
            "default": "Скрыть",
            "options": [
                "Скрыть",
                "Показать"
            ]
        },
        "rotation": {
            "max": 360,
            "min": 0,
            "step": 1,
            "type": "range",
            "label": "Поворот",
            "units": "deg",
            "default": 0
        },
        "objectFit": {
            "type": "select",
            "label": "Заполнение",
            "default": "contain",
            "options": [
                "contain",
                "cover"
            ]
        },
        "borderColor": {
            "type": "color",
            "label": "Цвет рамки",
            "default": "#000000"
        },
        "borderStyle": {
            "type": "select",
            "label": "Стиль рамки",
            "default": "solid",
            "options": [
                "solid",
                "dashed",
                "dotted",
                "double"
            ]
        },
        "borderWidth": {
            "max": 20,
            "min": 0,
            "step": 1,
            "type": "range",
            "label": "Толщина рамки",
            "units": "px",
            "default": 0
        },
        "preview_status": {
            "type": "select",
            "label": "Включить обложку",
            "default": "Да",
            "options": [
                "Да",
                "Нет"
            ]
        }
    }
}

Последнее обновление