HTML Code:
Espo.define('custom:views/account/list', ['views/list-with-categories'], function (Dep) {
return Dep.extend({
categoryScope: 'CLocationCategory',
categoryField: 'cCLocationCategories',
isExpanded: false,
categoryFilterType: 'inCategory'
});
});

Leave a comment: