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
…#83098) (#83819)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Corey Robertson and kibanamachine authored Nov 24, 2020
1 parent 0042d12 commit 7b7abdf
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 7b7abdf

Please sign in to comment.