File tree Expand file tree Collapse file tree 4 files changed +1038
-1095
lines changed Expand file tree Collapse file tree 4 files changed +1038
-1095
lines changed Original file line number Diff line number Diff line change 14
14
" sanity"
15
15
],
16
16
"dependencies" : {
17
- "@sanity/base" : " ^1.149.10 " ,
18
- "@sanity/components" : " ^1.149.10 " ,
19
- "@sanity/core" : " ^1.149.9 " ,
20
- "@sanity/default-layout" : " ^1.149.10 " ,
21
- "@sanity/default-login" : " ^1.149.7 " ,
22
- "@sanity/desk-tool" : " ^1.149.10 " ,
23
- "@sanity/vision" : " ^1.149.0 " ,
17
+ "@sanity/base" : " ^1.149.16 " ,
18
+ "@sanity/components" : " ^1.149.16 " ,
19
+ "@sanity/core" : " ^1.149.17 " ,
20
+ "@sanity/default-layout" : " ^1.149.16 " ,
21
+ "@sanity/default-login" : " ^1.149.16 " ,
22
+ "@sanity/desk-tool" : " ^1.149.16 " ,
23
+ "@sanity/vision" : " ^1.149.16 " ,
24
24
"prop-types" : " ^15.6" ,
25
25
"react" : " ^16.2" ,
26
26
"react-dom" : " ^16.2"
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ export default {
8
8
name : 'name' ,
9
9
type : 'string'
10
10
} ,
11
+ {
12
+ title : 'Anchor ID' ,
13
+ name : 'anchor_id' ,
14
+ type : 'string'
15
+ } ,
11
16
{
12
17
title : 'Type' ,
13
18
name : 'type' ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default {
17
17
{
18
18
title : 'Code Samples' ,
19
19
name : 'code_samples' ,
20
- type : 'string '
20
+ type : 'text '
21
21
} ,
22
22
{
23
23
title : 'Syntax' ,
You can’t perform that action at this time.
0 commit comments