spec.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "CAMobile",
  3. "schemaVersion": "2.0",
  4. "extensions": [
  5. {
  6. "perspective": "mobileviz",
  7. "features": [
  8. {
  9. "id": "com.ibm.camobileviews.mobileviz",
  10. "excludeItems": [
  11. "com.ibm.bi.glass.navbar",
  12. "com.ibm.bi.glass.appbar",
  13. "com.ibm.bi.glass.persistentBannerBar"
  14. ],
  15. "content": {
  16. "type": "v1/ext/CAMobile/js/camobileviews/MobileVizView",
  17. "options": {
  18. "info": {
  19. "title": "MobileViz"
  20. }
  21. }
  22. }
  23. }
  24. ]
  25. },
  26. {
  27. "perspective": "common",
  28. "features": [{
  29. "id": "com.ibm.camobileviews.mobileQRSlideout",
  30. "toolItems": [{
  31. "id": "mobileAppLogin",
  32. "containerId": "com.ibm.bi.glass.common.personalMenu",
  33. "type": "MenuContribution",
  34. "actionController": "v1/ext/CAMobile/js/camobileviews/PersonalMenuController",
  35. "items": [{
  36. "id": "mobileApp",
  37. "label": "Mobile login",
  38. "options": {
  39. "position": "right",
  40. "perspective": "home",
  41. "enableTabLooping": true,
  42. "content": {
  43. "module": "v1/ext/CAMobile/js/camobileviews/QRSlideoutView",
  44. "options": {
  45. "appIcon":"v1/ext/CAMobile/images/CAMobileIcon.png"
  46. }
  47. },
  48. "weight": 200
  49. }
  50. }]
  51. }],
  52. "cssStyles": [
  53. "v1/ext/CAMobile/css/camobileviews.css"
  54. ]
  55. }]
  56. }
  57. ]
  58. }