I'm trying to do this:
...
store: ZAdmin.store.TreeFactory.create('ZAdmin.model.Category', 'Application\\Entity\\Category')
...
But getting:
...
store: 'ZAdmin.store.TreeFactory.create(\'ZAdmin.model.Category\', \'Application\\Entity\\Category\')'
...
There is no way to change store from string to object type.
How to fix it?
P.S. I'm about editing config properties in GUI. Sencha Architect assumes store to be a string, so auto-escapes any value.