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 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-30 13:44:08 +07:00
parent be63c72048
commit 6b77cc355e

View File

@@ -30,7 +30,7 @@
{ {
"slug": "hero_subtitle", "slug": "hero_subtitle",
"label": "Hero Subtitle", "label": "Hero Subtitle",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "hero_button_text", "slug": "hero_button_text",
@@ -65,7 +65,7 @@
{ {
"slug": "feature_1_description", "slug": "feature_1_description",
"label": "Feature 1 Description", "label": "Feature 1 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_1_icon", "slug": "feature_1_icon",
@@ -80,7 +80,7 @@
{ {
"slug": "feature_2_description", "slug": "feature_2_description",
"label": "Feature 2 Description", "label": "Feature 2 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_2_icon", "slug": "feature_2_icon",
@@ -95,7 +95,7 @@
{ {
"slug": "feature_3_description", "slug": "feature_3_description",
"label": "Feature 3 Description", "label": "Feature 3 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_3_icon", "slug": "feature_3_icon",
@@ -110,7 +110,7 @@
{ {
"slug": "feature_4_description", "slug": "feature_4_description",
"label": "Feature 4 Description", "label": "Feature 4 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_4_icon", "slug": "feature_4_icon",
@@ -125,7 +125,7 @@
{ {
"slug": "feature_5_description", "slug": "feature_5_description",
"label": "Feature 5 Description", "label": "Feature 5 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_5_icon", "slug": "feature_5_icon",
@@ -140,7 +140,7 @@
{ {
"slug": "feature_6_description", "slug": "feature_6_description",
"label": "Feature 6 Description", "label": "Feature 6 Description",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "feature_6_icon", "slug": "feature_6_icon",
@@ -155,7 +155,7 @@
{ {
"slug": "comparison_subtitle", "slug": "comparison_subtitle",
"label": "Comparison Section Subtitle", "label": "Comparison Section Subtitle",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "cta_title", "slug": "cta_title",
@@ -165,7 +165,7 @@
{ {
"slug": "cta_subtitle", "slug": "cta_subtitle",
"label": "CTA Subtitle", "label": "CTA Subtitle",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "cta_button_text", "slug": "cta_button_text",
@@ -180,12 +180,12 @@
{ {
"slug": "footer_tagline", "slug": "footer_tagline",
"label": "Footer Tagline", "label": "Footer Tagline",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "footer_about_text", "slug": "footer_about_text",
"label": "Footer About Text", "label": "Footer About Text",
"type": "richtext" "type": "portableText"
}, },
{ {
"slug": "footer_copyright", "slug": "footer_copyright",