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 455939a9 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: test setting yml 4

parent f85474e7
No related branches found
Tags 1.8.15
No related merge requests found
......@@ -11,18 +11,20 @@ feed_one_title:
default: "The 4 Latest subjects"
description: "Title for left area of topics on homepage"
feed_one_category:
type: list
list_type: Latest
default: "Latest"
type: enum
choices:
- "Top"
- "Latest"
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"
feed_two_category:
type: list
list_type: Top
default: "Top"
type: enum
choices:
- "Top"
- "Latest"
description: "Choose only ONE category for the Feed Two topic list"
max_list_length:
type: integer
......
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