Model Input-Type for custom components not working

I’ve registered a custom component with an input of type “model”.
But the fields are not loading in the Visual Editor.

{
        component: BuilderButton,
        name: 'Button',
        noWrap: true,
        override: true,
        inputs: [
            {
                name: 'data',
                type: 'model',
                model: 'button'
            },
        ],
    }

Hi @creinelt Thanks for raising this issue. We’ve been able to replicate it on our end. While we work on a fix, I recommend using the reference field as a temporary workaround.

1 Like