Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 97885a7b authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: test setting yml 14 remove

parent fd2c19eb
No related branches found
No related tags found
No related merge requests found
show_as_sidebar:
type: bool
default: false
description: "If enabled, the showcased categories will only be rendered in a sidebar on the latest page."
featured_topic_lists_title:
type: string
default: "Showcased Categories"
description: "Title for showcased categories lists section"
feed_one_title:
type: string
default: "The 4 Latest subjects"
description: "Title for left area of topics on homepage"
# ////////////////////////////
first category:
#latest: "Latest"
#view_latest_topics: "view latest topics"
type: list
list_type: category
default: ""
description: "Choose only ONE category for the Feed One topic list"
feed_two_title:
type: string
default: "The 4 top subjects"
description: "Title for right area of topics on homepage"
second category:
#top_topics: "Top Topics"
type: list
list_type: category
default: ""
description: "Choose only ONE category for the Feed Two topic list"
# //////////////////////////////
max_list_length:
type: integer
default: 5
min: 1
max: 5
description: "How many topics should appear in the custom lists?"
plugin_outlet:
type: enum
default: "above-main-container"
choices:
- "above-main-container"
- "below-site-header"
description: "Advanced setting for additional customization"
# show_as_sidebar:
# type: bool
# default: false
......@@ -52,22 +8,27 @@ plugin_outlet:
# description: "Title for showcased categories lists section"
# feed_one_title:
# type: string
# default: "Custom List One"
# default: "The 4 Latest subjects"
# description: "Title for left area of topics on homepage"
# feed_one_category:
# # ////////////////////////////
# first category:
# #latest: "Latest"
# #view_latest_topics: "view latest topics"
# type: list
# list_type: category
# default: ""
# description: "Choose only ONE category for the Feed One topic list"
# feed_two_title:
# type: string
# default: "Custom List Two"
# default: "The 4 top subjects"
# description: "Title for right area of topics on homepage"
# feed_two_category:
# second category:
# #top_topics: "Top Topics"
# type: list
# list_type: category
# default: ""
# description: "Choose only ONE category for the Feed Two topic list"
# # //////////////////////////////
# max_list_length:
# type: integer
# default: 5
......@@ -81,3 +42,42 @@ plugin_outlet:
# - "above-main-container"
# - "below-site-header"
# description: "Advanced setting for additional customization"
show_as_sidebar:
type: bool
default: false
description: "If enabled, the showcased categories will only be rendered in a sidebar on the latest page."
featured_topic_lists_title:
type: string
default: "Showcased Categories"
description: "Title for showcased categories lists section"
feed_one_title:
type: string
default: "Custom List One"
description: "Title for left area of topics on homepage"
feed_one_category:
type: list
list_type: category
default: ""
description: "Choose only ONE category for the Feed One topic list"
feed_two_title:
type: string
default: "Custom List Two"
description: "Title for right area of topics on homepage"
feed_two_category:
type: list
list_type: category
default: ""
description: "Choose only ONE category for the Feed Two topic list"
max_list_length:
type: integer
default: 5
min: 1
max: 5
description: "How many topics should appear in the custom lists?"
plugin_outlet:
type: enum
default: "above-main-container"
choices:
- "above-main-container"
- "below-site-header"
description: "Advanced setting for additional customization"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment