Skip to content

Commit

Permalink
Disable exporting/importing of templates. Optimize pitch images a bit (
Browse files Browse the repository at this point in the history
…elastic#83098)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
2 people authored and chrisronline committed Nov 19, 2020
1 parent f4a956b commit d6cd489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const workpadTemplateType: SavedObjectsType = {
},
migrations: {},
management: {
importableAndExportable: true,
importableAndExportable: false,
icon: 'canvasApp',
defaultSearchField: 'name',
getTitle(obj) {
Expand Down
12 changes: 6 additions & 6 deletions x-pack/plugins/canvas/server/templates/pitch_presentation.ts

Large diffs are not rendered by default.

0 comments on commit d6cd489

Please sign in to comment.