I have a simple problem.
In sencha architect where can I configure fieldDefaults in the Ext.form.Panel? I need the labelWidth property, otherwise I have to set it element by element.
When I click on the Ext.form.Panel the property doesn't appear in the properties panel.
From my understanding one is always able to add any property, but then the content is interpreted as text and put in between quotes. So, one is not able to add any objects as values for said property.