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 1414 " sanity"
1515 ],
1616 "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 " ,
2424 "prop-types" : " ^15.6" ,
2525 "react" : " ^16.2" ,
2626 "react-dom" : " ^16.2"
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ export default {
88 name : 'name' ,
99 type : 'string'
1010 } ,
11+ {
12+ title : 'Anchor ID' ,
13+ name : 'anchor_id' ,
14+ type : 'string'
15+ } ,
1116 {
1217 title : 'Type' ,
1318 name : 'type' ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default {
1717 {
1818 title : 'Code Samples' ,
1919 name : 'code_samples' ,
20- type : 'string '
20+ type : 'text '
2121 } ,
2222 {
2323 title : 'Syntax' ,
You can’t perform that action at this time.
0 commit comments