Skip to content

Commit

Permalink
Deploying to gh-pages from @ e3eba0e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLegend committed May 29, 2024
1 parent ebf7421 commit c7c49a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 402 deletions.
137 changes: 3 additions & 134 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,59 +143,10 @@ collections:

- name: "faq"
label: "FAQ"
files:
- label: "Fixed FAQ"
name: "fixedfaq"
file: "content/faq/_index.en.md"
slug: "_index"
create: false
fields:
- label: "Title"
name: "title"
widget: "string"
default: "faq"
i18n: true
- label: "Opener"
name: "opener"
widget: "string"
i18n: true
- label: "Intro"
name: "intro"
widget: "text"
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,
},
],
}

- name: "dynamicfaq"
label: "Dynamic FAQ"
file: "content/faq/_index.md"
folder: "content/faq"
create: true
slug: "{{slug}}"
slug: "_index"
create: false
i18n: true
fields:
- label: "Title"
Expand All @@ -211,14 +162,6 @@ collections:
name: "intro"
widget: "text"
i18n: true
- label: "Button text"
name: "button_text"
widget: "string"
i18n: true
- label: "Button url"
name: "button_url"
widget: "string"
i18n: true
- label: "FAQ groups"
name: "faqgroups"
widget: list
Expand Down Expand Up @@ -589,80 +532,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",
required: false,
i18n: true
},
{
label: "FAQ Opener",
name: "opener",
widget: "string",
required: false,
i18n: true
},
{
label: "FAQ Intro",
name: "intro",
widget: "text",
required: false,
i18n: true
},
{
label: "FAQ 'All FAQ' Url",
name: "url",
widget: "string",
required: false,
i18n: true
},
{
label: "FAQ groups",
name: "faqgroups",
widget: list,
i18n: true,
required: false,
fields:
[
{ label: "heading", name: "heading", widget: "string", required: false, i18n: true },
{
label: "FAQs",
name: "faqs",
widget: list,
i18n: true,
required: false,
fields:
[
{
label: "Title",
name: "title",
widget: "string",
required: false,
i18n: true,
},
{
label: "Description",
name: "description",
widget: "markdown",
required: false,
i18n: true,
},
],
}
]
}
]
}

######################################
# SECTION: Contribute
Expand Down
137 changes: 3 additions & 134 deletions development/config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,59 +142,10 @@ collections:

- name: "faq"
label: "FAQ"
files:
- label: "Fixed FAQ"
name: "fixedfaq"
file: "content/faq/_index.en.md"
slug: "_index"
create: false
fields:
- label: "Title"
name: "title"
widget: "string"
default: "faq"
i18n: true
- label: "Opener"
name: "opener"
widget: "string"
i18n: true
- label: "Intro"
name: "intro"
widget: "text"
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,
},
],
}

- name: "dynamicfaq"
label: "Dynamic FAQ"
file: "content/faq/_index.md"
folder: "content/faq"
create: true
slug: "{{slug}}"
slug: "_index"
create: false
i18n: true
fields:
- label: "Title"
Expand All @@ -210,14 +161,6 @@ collections:
name: "intro"
widget: "text"
i18n: true
- label: "Button text"
name: "button_text"
widget: "string"
i18n: true
- label: "Button url"
name: "button_url"
widget: "string"
i18n: true
- label: "FAQ groups"
name: "faqgroups"
widget: list
Expand Down Expand Up @@ -588,80 +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",
required: false,
i18n: true
},
{
label: "FAQ Opener",
name: "opener",
widget: "string",
required: false,
i18n: true
},
{
label: "FAQ Intro",
name: "intro",
widget: "text",
required: false,
i18n: true
},
{
label: "FAQ 'All FAQ' Url",
name: "url",
widget: "string",
required: false,
i18n: true
},
{
label: "FAQ groups",
name: "faqgroups",
widget: list,
i18n: true,
required: false,
fields:
[
{ label: "heading", name: "heading", widget: "string", required: false, i18n: true },
{
label: "FAQs",
name: "faqs",
widget: list,
i18n: true,
required: false,
fields:
[
{
label: "Title",
name: "title",
widget: "string",
required: false,
i18n: true,
},
{
label: "Description",
name: "description",
widget: "markdown",
required: false,
i18n: true,
},
],
}
]
}
]
}

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

0 comments on commit c7c49a8

Please sign in to comment.