You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cms/src/index.ts
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,7 @@ async function configureFieldLabels(strapi: StrapiInstance) {
538
538
programOverview: 'Program Overview',
539
539
primaryCta: 'Primary Call to Action',
540
540
ctaStrip: 'CTA Strip',
541
+
infoCards: 'Information Cards',
541
542
faqSection: 'FAQ Section'
542
543
},
543
544
'api::grant-overview-page.grant-overview-page': {
@@ -687,6 +688,16 @@ async function configureFieldLabels(strapi: StrapiInstance) {
687
688
href: 'Link URL',
688
689
openInNewTab: 'Open in New Tab'
689
690
},
691
+
'blocks.info-cards': {
692
+
heading: 'Section Heading',
693
+
card1: 'Card 1',
694
+
card2: 'Card 2',
695
+
card3: 'Card 3'
696
+
},
697
+
'blocks.info-card': {
698
+
heading: 'Card Heading',
699
+
body: 'Card Body'
700
+
},
690
701
'blocks.carousel': {
691
702
heading: 'Section Heading',
692
703
items: 'Slides',
@@ -773,6 +784,10 @@ async function configureFieldLabels(strapi: StrapiInstance) {
773
784
needsOutline:
774
785
'Enable if the image has a white or light background and needs a boundary to separate it from blending into the page.'
775
786
},
787
+
'blocks.info-cards': {
788
+
heading:
789
+
'Optional. When filled in, renders as three information cards before the CTA strip. Heading is optional; all three cards require both a heading and body.'
790
+
},
776
791
'blocks.code-block': {
777
792
title:
778
793
'Displayed as the filename label above the code. Leave blank to show the language name.',
0 commit comments