feat: manage testimonial labels via payload
This commit is contained in:
@@ -160,6 +160,11 @@ export const aboutFields: Field[] = [
|
||||
fields: [
|
||||
text('eyebrow', 'Eyebrow', aboutContent.testimonials.eyebrow),
|
||||
textarea('heading', 'Heading', aboutContent.testimonials.heading),
|
||||
textarea('desktopHeading', 'Desktop heading', aboutContent.testimonials.desktopHeading),
|
||||
text('yearPrefix', 'Award year prefix', aboutContent.testimonials.yearPrefix),
|
||||
text('previousLabel', 'Previous button label', aboutContent.testimonials.previousLabel),
|
||||
text('nextLabel', 'Next button label', aboutContent.testimonials.nextLabel),
|
||||
text('slideLabelPrefix', 'Slide dot label prefix', aboutContent.testimonials.slideLabelPrefix),
|
||||
{
|
||||
name: 'items',
|
||||
label: 'Testimonials',
|
||||
|
||||
@@ -219,6 +219,11 @@ export const homeFields: Field[] = [
|
||||
fields: [
|
||||
text('eyebrow', 'Eyebrow', homeContent.testimonials.eyebrow),
|
||||
textarea('heading', 'Heading', homeContent.testimonials.heading),
|
||||
textarea('desktopHeading', 'Desktop heading', homeContent.testimonials.desktopHeading),
|
||||
text('yearPrefix', 'Award year prefix', homeContent.testimonials.yearPrefix),
|
||||
text('previousLabel', 'Previous button label', homeContent.testimonials.previousLabel),
|
||||
text('nextLabel', 'Next button label', homeContent.testimonials.nextLabel),
|
||||
text('slideLabelPrefix', 'Slide dot label prefix', homeContent.testimonials.slideLabelPrefix),
|
||||
{
|
||||
name: 'items',
|
||||
label: 'Testimonials',
|
||||
|
||||
Reference in New Issue
Block a user