feat: manage about highlight fallback copy via payload
This commit is contained in:
@@ -134,6 +134,16 @@ export const aboutFields: Field[] = [
|
||||
textarea('heading', 'Heading', aboutContent.highlights.heading),
|
||||
ctaGroup('cta', 'CTA', aboutContent.highlights.cta.label, aboutContent.highlights.cta.url),
|
||||
text('hoverLabel', 'Card hover label', aboutContent.highlights.hoverLabel),
|
||||
{
|
||||
name: 'fallbackWinner',
|
||||
label: 'Fallback winner text',
|
||||
type: 'group',
|
||||
fields: [
|
||||
text('name', 'Name fallback', aboutContent.highlights.fallbackWinner.name),
|
||||
text('category', 'Category fallback', aboutContent.highlights.fallbackWinner.category),
|
||||
text('awardType', 'Award type fallback', aboutContent.highlights.fallbackWinner.awardType),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'year',
|
||||
label: 'Fallback winner year',
|
||||
|
||||
Reference in New Issue
Block a user