Skip to content

Commit

Permalink
Deploying to gh-pages from @ 068cec1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Marieke-DIVD committed May 29, 2024
1 parent a2bff38 commit b5c6a1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 198 deletions.
66 changes: 0 additions & 66 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,72 +531,6 @@ collections:
],
}
- { label: "Body", name: "body", widget: "markdown", i18n: true }
- { label: "Enable FAQ", name: "faq_enabled", widget: "boolean", default: false }
- {
label: "FAQ",
required: false,
name: "faq",
widget: "object",
collapsed: true,
fields: [
{
label: "FAQ Title",
name: "title",
widget: "string",
default: "faq",
i18n: true
},
{
label: "FAQ Opener",
name: "opener",
widget: "string",
i18n: true
},
{
label: "FAQ Intro",
name: "intro",
widget: "text",
i18n: true
},
{
label: "FAQ 'All FAQ' Url",
name: "url",
widget: "string",
i18n: true
},
{
label: "FAQ groups",
name: "faqgroups",
widget: list,
i18n: true,
fields:
[
{ label: "heading", name: "heading", widget: "string", i18n: true },
{
label: "FAQs",
name: "faqs",
widget: list,
i18n: true,
fields:
[
{
label: "Title",
name: "title",
widget: "string",
i18n: true,
},
{
label: "Description",
name: "description",
widget: "markdown",
i18n: true,
},
],
}
]
}
]
}

######################################
# SECTION: Contribute
Expand Down
66 changes: 0 additions & 66 deletions development/config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,72 +530,6 @@ collections:
],
}
- { label: "Body", name: "body", widget: "markdown", i18n: true }
- { label: "Enable FAQ", name: "faq_enabled", widget: "boolean", default: false }
- {
label: "FAQ",
required: false,
name: "faq",
widget: "object",
collapsed: true,
fields: [
{
label: "FAQ Title",
name: "title",
widget: "string",
default: "faq",
i18n: true
},
{
label: "FAQ Opener",
name: "opener",
widget: "string",
i18n: true
},
{
label: "FAQ Intro",
name: "intro",
widget: "text",
i18n: true
},
{
label: "FAQ 'All FAQ' Url",
name: "url",
widget: "string",
i18n: true
},
{
label: "FAQ groups",
name: "faqgroups",
widget: list,
i18n: true,
fields:
[
{ label: "heading", name: "heading", widget: "string", i18n: true },
{
label: "FAQs",
name: "faqs",
widget: list,
i18n: true,
fields:
[
{
label: "Title",
name: "title",
widget: "string",
i18n: true,
},
{
label: "Description",
name: "description",
widget: "markdown",
i18n: true,
},
],
}
]
}
]
}

######################################
# SECTION: Contribute
Expand Down
66 changes: 0 additions & 66 deletions staging/config-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,72 +531,6 @@ collections:
],
}
- { label: "Body", name: "body", widget: "markdown", i18n: true }
- { label: "Enable FAQ", name: "faq_enabled", widget: "boolean", default: false }
- {
label: "FAQ",
required: false,
name: "faq",
widget: "object",
collapsed: true,
fields: [
{
label: "FAQ Title",
name: "title",
widget: "string",
default: "faq",
i18n: true
},
{
label: "FAQ Opener",
name: "opener",
widget: "string",
i18n: true
},
{
label: "FAQ Intro",
name: "intro",
widget: "text",
i18n: true
},
{
label: "FAQ 'All FAQ' Url",
name: "url",
widget: "string",
i18n: true
},
{
label: "FAQ groups",
name: "faqgroups",
widget: list,
i18n: true,
fields:
[
{ label: "heading", name: "heading", widget: "string", i18n: true },
{
label: "FAQs",
name: "faqs",
widget: list,
i18n: true,
fields:
[
{
label: "Title",
name: "title",
widget: "string",
i18n: true,
},
{
label: "Description",
name: "description",
widget: "markdown",
i18n: true,
},
],
}
]
}
]
}

######################################
# SECTION: Contribute
Expand Down

0 comments on commit b5c6a1b

Please sign in to comment.