Makes cavas saved objects 'multiple-isolated' (#115810)

This commit is contained in:
Corey Robertson 2021-10-20 15:13:07 -04:00 committed by GitHub
parent f74348494d
commit dd378cd9ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,8 @@ import { CUSTOM_ELEMENT_TYPE } from '../../common/lib/constants';
export const customElementType: SavedObjectsType = {
name: CUSTOM_ELEMENT_TYPE,
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
mappings: {
dynamic: false,
properties: {

View file

@ -12,7 +12,8 @@ import { removeAttributesId } from './migrations/remove_attributes_id';
export const workpadType: SavedObjectsType = {
name: CANVAS_TYPE,
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
mappings: {
dynamic: false,
properties: {