From 6b77cc355eb4dd3acd2fef7a212d0b9360bae974 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Thu, 30 Apr 2026 13:44:08 +0700 Subject: [PATCH] fix: use "portableText" instead of "richtext" field type EmDash uses "portableText" as the field type name, not "richtext". Co-Authored-By: Claude Opus 4.6 --- seed/seed.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/seed/seed.json b/seed/seed.json index f081ed1..f9dd1e2 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -30,7 +30,7 @@ { "slug": "hero_subtitle", "label": "Hero Subtitle", - "type": "richtext" + "type": "portableText" }, { "slug": "hero_button_text", @@ -65,7 +65,7 @@ { "slug": "feature_1_description", "label": "Feature 1 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_1_icon", @@ -80,7 +80,7 @@ { "slug": "feature_2_description", "label": "Feature 2 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_2_icon", @@ -95,7 +95,7 @@ { "slug": "feature_3_description", "label": "Feature 3 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_3_icon", @@ -110,7 +110,7 @@ { "slug": "feature_4_description", "label": "Feature 4 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_4_icon", @@ -125,7 +125,7 @@ { "slug": "feature_5_description", "label": "Feature 5 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_5_icon", @@ -140,7 +140,7 @@ { "slug": "feature_6_description", "label": "Feature 6 Description", - "type": "richtext" + "type": "portableText" }, { "slug": "feature_6_icon", @@ -155,7 +155,7 @@ { "slug": "comparison_subtitle", "label": "Comparison Section Subtitle", - "type": "richtext" + "type": "portableText" }, { "slug": "cta_title", @@ -165,7 +165,7 @@ { "slug": "cta_subtitle", "label": "CTA Subtitle", - "type": "richtext" + "type": "portableText" }, { "slug": "cta_button_text", @@ -180,12 +180,12 @@ { "slug": "footer_tagline", "label": "Footer Tagline", - "type": "richtext" + "type": "portableText" }, { "slug": "footer_about_text", "label": "Footer About Text", - "type": "richtext" + "type": "portableText" }, { "slug": "footer_copyright",