application.json 223 B

1234567891011
  1. {
  2. "lensable": false,
  3. "inherits": "createBoard",
  4. "features": [{
  5. "id": "com.ibm.bi.story",
  6. "cssStyles": ["css/storytelling/storytelling.css"],
  7. "content": {
  8. "module": "storytelling/glass/CreateStoryView"
  9. }
  10. }]
  11. }