Skip to content

Commit

Permalink
docs: faq accordion labels to question/answer
Browse files Browse the repository at this point in the history
Changed the labels for both the About and Project page FAQ sections to be question/answer instead of title/text
  • Loading branch information
hetd54 committed Mar 28, 2023
1 parent e77877f commit 083771c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/project-portal-content-netlify/src/cms/cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ CMS.init({
fields: [
{
name: "title",
label: "Title",
label: "Question",
widget: "string",
required: false,
hint: "The heading which is shown before the user expands the text block",
},
{
name: "text",
label: "Text",
label: "Answer",
widget: "markdown",
required: false,
hint: "The text which is shown when the user expands the text block",
Expand Down Expand Up @@ -413,14 +413,14 @@ CMS.init({
fields: [
{
name: "title",
label: "Title",
label: "Question",
widget: "string",
required: false,
hint: "The heading which is shown before the user expands the text block",
},
{
name: "text",
label: "Text",
label: "Answer",
widget: "markdown",
required: false,
hint: "The text which is shown when the user expands the text block",
Expand Down

0 comments on commit 083771c

Please sign in to comment.