Disable exporting/importing of templates. Optimize pitch images a bit (#83098)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Corey Robertson 2020-11-19 11:16:43 -05:00 committed by GitHub
parent 02cda96229
commit 235cef7d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -45,7 +45,7 @@ export const workpadTemplateType: SavedObjectsType = {
},
migrations: {},
management: {
importableAndExportable: true,
importableAndExportable: false,
icon: 'canvasApp',
defaultSearchField: 'name',
getTitle(obj) {

File diff suppressed because one or more lines are too long