First question:
Is there a way to add additional config items to an override?
It seems that no getter and setter is created.
Second question:Code:Ext.define('.....', {
override: 'Ext.data.association.BelongsTo',
config: {
myConfig: 123
}
....
}
How can I override config values? So that I can override a default config value
