Why does this work
eventEditFeature: {
editorConfig: {
items: {
myField: {
type: 'widget',
html: '',
}
}
}
},however, in all provided examples, it's eventEdit under features which does not work for me.
features: {
eventEdit : {
items : {
// Change the label of the nameField
nameField : {
label : 'Title'
},
// Move the resource picker to the top
resourceField : {
weight : 0
}
}
}
},I am using latest
"@bryntum/calendar": "6.3.3",
"@bryntum/calendar-react": "6.3.3",