Skip to content

Commit d14ccd0

Browse files
authoredJul 9, 2021
fix(schema): add blockEditor to list of overridable fields (#2273)
1 parent e1c7ea0 commit d14ccd0

File tree

1 file changed

+1
-0
lines changed
  • packages/@sanity/schema/src/legacy/types

1 file changed

+1
-0
lines changed
 

‎packages/@sanity/schema/src/legacy/types/object.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const OVERRIDABLE_FIELDS = [
99
...DEFAULT_OVERRIDEABLE_FIELDS,
1010
'orderings',
1111
'__experimental_search',
12+
'blockEditor',
1213
'icon',
1314
]
1415

2 commit comments

Comments
 (2)

vercel[bot] commented on Jul 9, 2021

@vercel[bot]

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

vercel[bot] commented on Jul 9, 2021

@vercel[bot]

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

Please sign in to comment.