UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

12 lines (9 loc) 203 B
Ext.define('Admin.store.faq.FAQ', { extend: 'Ext.data.Store', alias: 'store.faq', model: 'Admin.model.faq.Category', proxy: { type: 'api', url: '~api/faq/faq' } });