Use the data
plugin's index-pattern APIs for the "Should show the interstitial page" validation
#108711
Labels
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
There are plans to block plugins from accessing the
index-patterns
SOs (#91715).We use it in the Home plugin to validate whether we should show the interstitial page or not:
src/plugins/home/public/application/components/home.js:78
Let's use the
data
plugin's APIs to run those validations.The text was updated successfully, but these errors were encountered: