microsoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
{ |
|
"format": "1", |
|
"name": "ext-ux", |
|
"type": "code", |
|
"creator": "Sencha", |
|
"summary": "User eXtensions", |
|
"detailedDescription": "This package contains extensions to Ext JS that should be considered as 'beta' or 'work in progress'. We hope they are useful 'as is' or serve as inspiration for more feature-rich work.", |
|
"version": "5.1.0", |
|
"compatVersion": "5.1.0", |
|
"sass": { |
|
"namespace": "Ext.ux" |
|
}, |
|
"slicer": { |
|
"js": [ |
|
{ |
|
"path": "${package.dir}/sass/example/custom.js", |
|
"isWidgetManifest": true |
|
} |
|
] |
|
}, |
|
"output": { |
|
"base": "${package.dir}/build/${build.id}", |
|
"js": "..", |
|
"sass": "" |
|
}, |
|
"local": true, |
|
"requires": [], |
|
|
|
"framework": "ext", |
|
"builds": { |
|
"neptune": { |
|
"theme": "ext-theme-neptune" |
|
}, |
|
"crisp": { |
|
"theme": "ext-theme-crisp" |
|
}, |
|
"classic": { |
|
"theme": "ext-theme-classic" |
|
} |
|
} |
|
}
|
|
|