Skip to content

Commit 052fbd6

Browse files
fix: move default "Meta Title" to the first field (#1389)
1 parent bcac142 commit 052fbd6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/slice-machine/src/domain/customType.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,14 @@ const DEFAULT_MAIN_WITH_UID_AND_SLICE_ZONE: CustomType["json"] = {
538538

539539
const DEFAULT_SEO_TAB: CustomType["json"] = {
540540
"SEO & Metadata": {
541+
meta_title: {
542+
config: {
543+
label: "Meta Title",
544+
placeholder:
545+
"A title of the page used for social media and search engines",
546+
},
547+
type: "Text",
548+
},
541549
meta_description: {
542550
config: {
543551
label: "Meta Description",
@@ -556,13 +564,5 @@ const DEFAULT_SEO_TAB: CustomType["json"] = {
556564
},
557565
type: "Image",
558566
},
559-
meta_title: {
560-
config: {
561-
label: "Meta Title",
562-
placeholder:
563-
"A title of the page used for social media and search engines",
564-
},
565-
type: "Text",
566-
},
567567
},
568568
};

0 commit comments

Comments
 (0)