tylersmalley / kbn-banner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

persistedBanner

A example of a plugin adding a persistant banner.


Configuration

  • persistedBanner.text: Text to display in the header and footer.
  • persistedBanner.backgroundColor: Background color of the banner.

Development

See the kibana contributing guide for instructions setting up your development environment.

Scripts

yarn kbn bootstrap
Execute this to install node_modules and setup the dependencies in your plugin and in Kibana
yarn plugin-helpers build
Execute this to create a distributable version of this plugin that can be installed in Kibana

About


Languages

Language:TypeScript 95.0%Language:JavaScript 5.0%