Skip to content

Commit

Permalink
Comments locatorJSON out of mapping to test if the field can be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Mar 10, 2023
1 parent 845f5f9 commit 5a94721
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const registerUrlServiceSavedObjectType = (
},
},
mappings: {
dynamic: false,
properties: {
slug: {
type: 'text',
Expand Down Expand Up @@ -68,10 +69,10 @@ export const registerUrlServiceSavedObjectType = (
},
},
// Information needed to load and execute a locator.
locatorJSON: {
type: 'text',
index: false,
},
// locatorJSON: {
// type: 'text',
// index: false,
// },
},
},
migrations: () => {
Expand Down

0 comments on commit 5a94721

Please sign in to comment.