]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/app/store/faq/FAQ.js
import ExtJS 7.0.0 GPL
[extjs.git] / extjs / templates / admin-dashboard / app / store / faq / FAQ.js
CommitLineData
947f0963
TL
1Ext.define('Admin.store.faq.FAQ', {
2 extend: 'Ext.data.Store',
3 alias: 'store.faq',
4
5 model: 'Admin.model.faq.Category',
6
7 proxy: {
8 type: 'api',
9 url: '~api/faq/faq'
10 }
11});