Skip to content

Commit

Permalink
Merge pull request #8 from legrego/pr/25347
Browse files Browse the repository at this point in the history
Adds uiCapabilities to test_entry_template
  • Loading branch information
kobelb authored Nov 15, 2018
2 parents a4da2eb + 6b762fd commit ef40f71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/core_plugins/tests_bundle/tests_entry_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ new CoreSystem({
enabled: true,
enableExternalUrls: true
},
uiCapabilities: {
discover: {
showWriteControls: true
},
visualize: {
showWriteControls: true
},
dashboard: {
showWriteControls: true
},
timelion: {
showWriteControls: true
},
}
},
},
rootDomElement,
Expand Down

0 comments on commit ef40f71

Please sign in to comment.