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'
},
],
}
