123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Storytelling (C) Copyright IBM Corp. 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "localizationFileName": "story-application",
- "inherits": "dashboard",
- "label": "Story",
- "features": [
- {
- "id": "com.ibm.bi.reset",
- "toolItems": [
- {
- "id": "resetDashboard",
- "containerId": "com.ibm.bi.glass.common.operations",
- "type": "MenuContribution",
- "items": [
- {
- "id": "resetDashboard",
- "label": "%resetStory"
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.story",
- "cssStyles": ["css/storytelling/storytelling.css"],
- "content": {
- "module": "storytelling/glass/StoryView",
- "options": {
- "config": {
- "liveWidgetExtras": ["reveal"],
- "assetTags": ["story"]
- }
- }
- }
- },
- {
- "id": "com.ibm.bi.storySaveMenu",
- "toolItems": [
- {
- "id": "com.ibm.bi.dashboard.saveMenu",
- "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
- "type": "Menu",
- "icon": "common-save",
- "weight": 990,
- "defaultAction": "com.ibm.bi.dashboard.save",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/SaveActionHandler",
- "items": [
- {
- "id": "com.ibm.bi.dashboard.save",
- "icon": "common-save",
- "weight": 500
- },
- {
- "id": "com.ibm.bi.dashboard.saveAs",
- "icon": "common-save",
- "weight": 400
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.storyAuthoringCoachmark",
- "toolItems": [
- {
- "id": "com.ibm.bi.dashboard.mode",
- "coachMark": {
- "title": "%editCoachMarkTitle",
- "contents": "%editCoachMarkContents"
- }
- }
- ]
- }
- ]
- }
|