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

test listes

parent 06f65dad
No related branches found
No related tags found
No related merge requests found
<div class="header-wrapper">
<h2>{{title}}</h2>
{{#d-button action=createTopic class="btn-primary btn"}}Post{{/d-button}}
</div>
{{#conditional-loading-spinner condition=isLoading}}
{{latest-topic-list topics=topicList showPosters=false}}
{{/conditional-loading-spinner}}
<a href="{{moreHref}}" class="btn btn-more">More</a>
\ No newline at end of file
<div class="header-wrapper">
<h2>{{title}}</h2>
{{#d-button action=createTopic class="btn-primary btn"}}Post{{/d-button}}
</div>
{{#conditional-loading-spinner condition=isLoading}}
{{topic-list topics=topicList showPosters=false}}
{{/conditional-loading-spinner}}
<a href="{{moreHref}}" class="btn btn-more">More</a>
\ No newline at end of file
@mixin border-radius {
border-radius: 10px;
}
//maj here
$color-white: #ffffff;
$color-black: #000000;
$color-box-shadow: #65a797;
$color-mint: #75BDAD;
$color-blue: #e5f8ff;
$color-square-gradient: linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);
$color-square-webkit-gradient: -webkit-linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);
$color-box-shadow: #303030;
$color-mint: #707070;
$color-blue: #cfcfcf;
$color-square-gradient: linear-gradient(4deg, rgba(126, 144, 150,.29) 55%, rgba(81, 94, 99, 0.08) 100%);
$color-square-webkit-gradient: -webkit-linear-gradient(4deg, rgba(139, 139, 139,.29) 55%, rgba(82, 91, 94, 0.08) 100%);
# 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: latest-topic-list-item
# default: "latest-topic-list-item"
# 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: latest-topic-list-item
# default: "latest-topic-list-item"
# description: "Choose only ONE category for the Feed Two topic list"
# max_list_length:
# type: integer
# default: 4
# min: 1
# max: 4
# 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
......@@ -48,19 +6,23 @@ featured_topic_lists_title:
type: string
default: "Showcased Categories"
description: "Title for showcased categories lists section"
# 1 category
feed_one_title:
type: string
default: "Custom List One"
description: "Title for left area of topics on homepage"
# here the 4 latest discussion
feed_one_category:
type: list
list_type: topic
default: ""
description: "here, last discussions list"
# 2 category
feed_two_title:
type: string
default: "Custom List Two"
description: "here, top list"
# here the 4 top subjects
feed_two_category:
type: list
list_type: top
......
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