diff --git a/sanityv3/schemas/objects/figure.tsx b/sanityv3/schemas/objects/figure.tsx index bdba8c0ab..2d15943a6 100644 --- a/sanityv3/schemas/objects/figure.tsx +++ b/sanityv3/schemas/objects/figure.tsx @@ -21,6 +21,18 @@ export default { }, ], fields: [ + { + name: 'aspectRatio', + type: 'string', + title: 'Aspect ratio', + options: { + list: [ + { title: 'original', value: 'original' }, + { title: '16:9', value: '16:9' }, + ], + }, + initialValue: '16:9', + }, { name: 'figure', title: 'Image', @@ -34,18 +46,6 @@ export default { type: 'colorlist', fieldset: 'design', }, - { - name: 'aspectRatio', - type: 'string', - title: 'Aspect ratio', - options: { - list: [ - { title: 'original', value: 'original' }, - { title: '16:9', value: '16:9' }, - ], - }, - initialValue: '16:9', - }, ], preview: { select: {