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
  • Loading branch information
Corey Robertson committed Nov 10, 2020
1 parent 6f8f8eb commit 42af67d
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 42af67d

Please sign in to comment.