We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac142 commit 052fbd6Copy full SHA for 052fbd6
1 file changed
packages/slice-machine/src/domain/customType.ts
@@ -538,6 +538,14 @@ const DEFAULT_MAIN_WITH_UID_AND_SLICE_ZONE: CustomType["json"] = {
538
539
const DEFAULT_SEO_TAB: CustomType["json"] = {
540
"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
549
meta_description: {
550
config: {
551
label: "Meta Description",
@@ -556,13 +564,5 @@ const DEFAULT_SEO_TAB: CustomType["json"] = {
556
564
},
557
565
type: "Image",
558
566
559
- meta_title: {
560
- config: {
561
- label: "Meta Title",
562
- placeholder:
563
- "A title of the page used for social media and search engines",
- },
- type: "Text",
567
568
};
0 commit comments