12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "CAMobile",
- "schemaVersion": "2.0",
- "extensions": [
- {
- "perspective": "mobileviz",
- "features": [
- {
- "id": "com.ibm.camobileviews.mobileviz",
- "excludeItems": [
- "com.ibm.bi.glass.navbar",
- "com.ibm.bi.glass.appbar",
- "com.ibm.bi.glass.persistentBannerBar"
- ],
- "content": {
- "type": "v1/ext/CAMobile/js/camobileviews/MobileVizView",
- "options": {
- "info": {
- "title": "MobileViz"
- }
- }
- }
- }
- ]
- },
- {
- "perspective": "common",
- "features": [{
- "id": "com.ibm.camobileviews.mobileQRSlideout",
- "toolItems": [{
- "id": "mobileAppLogin",
- "containerId": "com.ibm.bi.glass.common.personalMenu",
- "type": "MenuContribution",
- "actionController": "v1/ext/CAMobile/js/camobileviews/PersonalMenuController",
- "items": [{
- "id": "mobileApp",
- "label": "Mobile login",
- "options": {
- "position": "right",
- "perspective": "home",
- "enableTabLooping": true,
- "content": {
- "module": "v1/ext/CAMobile/js/camobileviews/QRSlideoutView",
- "options": {
- "appIcon":"v1/ext/CAMobile/images/CAMobileIcon.png"
- }
- },
- "weight": 200
- }
- }]
- }],
- "cssStyles": [
- "v1/ext/CAMobile/css/camobileviews.css"
- ]
- }]
- }
- ]
- }
|