mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Makes cavas saved objects 'multiple-isolated' (#115810)
This commit is contained in:
parent
f74348494d
commit
dd378cd9ff
2 changed files with 4 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue