Skip to content

Commit

Permalink
Update additional canvas saved object types
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Apr 16, 2020
1 parent a1a204c commit 489cd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { CUSTOM_ELEMENT_TYPE } from '../../../../legacy/plugins/canvas/common/li
export const customElementType: SavedObjectsType = {
name: CUSTOM_ELEMENT_TYPE,
hidden: false,
namespaceAgnostic: false,
namespaceType: 'single',
mappings: {
dynamic: false,
properties: {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/canvas/server/saved_objects/workpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { removeAttributesId } from './migrations/remove_attributes_id';
export const workpadType: SavedObjectsType = {
name: CANVAS_TYPE,
hidden: false,
namespaceAgnostic: false,
namespaceType: 'single',
mappings: {
dynamic: false,
properties: {
Expand Down

0 comments on commit 489cd96

Please sign in to comment.