Popup

params: [
    {
        type: 'popup',
        label: 'Popup',
        name: 'popup',
        oneline: true,
        options: {
            type: 'text-shadow'
        }
        
    },
    {
        type: 'popup',
        label: 'Custom',
        name: 'popup_custom',
        oneline: true,
        options: {
            type: 'custom',
            fields: [
                {name: 'test', label: 'Text', type: 'text'}
            ]
        }
        
    }
]

Last updated