From 8249dfac8d54fe8f5e3e4e2ea26363b0baca2b03 Mon Sep 17 00:00:00 2001 From: Malin J Date: Tue, 20 Feb 2024 13:25:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Move=20field=20order=20#17?= =?UTF-8?q?52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanityv3/schemas/objects/figure.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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: {