generated from SU-SWS/stanford_starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppo_irsr_subtheme.react_behaviors.yml
97 lines (93 loc) · 2.71 KB
/
ppo_irsr_subtheme.react_behaviors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Example react_behaviors plugin definitions.
# Plugin property $defaults are defined in ReactBehaviorsPluginManager.
banner_variant_info: # part of the key after the :
id: banner_type
label: 'Banner Paragraphs Type'
bundles:
- paragraphs_type|stanford_banner
config:
banner_style:
type: select
title: 'Banner style'
description: Select the styles for displaying this banner.
empty_option: Default
options:
irsr-wrapper--banner-quote-text: Quote text
irsr-wrapper--banner-transparent-overlay: Transparent overlay
card_variant_info:
id: card_type
label: 'Card Paragraph Type'
bundles:
- paragraphs_type|stanford_card
config:
card_color:
type: select
title: Card color scheme
description: Choose the card background color.
empty_option: Default
options:
irsr-cards-color--red: Red card
irsr-cards-color--grey: Dark grey card
entity_variant_info:
id: entity_style
label: Teaser Paragraph Style
bundles:
- paragraphs_type|stanford_entity
config:
cards_color:
type: select
title: Cards color scheme
description: Choose the card background color.
empty_option: Default
options:
irsr-cards-color--red: Red cards
irsr-cards-color--grey: Dark grey cards
grid_rows:
type: select
title: Max number of grid columns
description: Choose the max number of grid columns.
empty_option: Default
options:
irsr-card-grid--two-col: Max 2 grid columns
layout_variant_info:
id: layout_style
label: 'Layout Paragraph Type'
bundles:
- paragraphs_type|stanford_layout
config:
section_color:
type: select
title: Section background color
description: Choose the section background color.
empty_option: Default
options:
irsr-section-color--foggy: Fog
irsr-section-color--foggy-light: Light Fog
padding_bottom:
type: select
title: Section padding bottom
description: Choose the section padding bottom.
empty_option: Default
options:
irsr-section-pb-none: None
lists_variant_info:
id: lists_style
label: Lists Paragraph Style
bundles:
- paragraphs_type|stanford_lists
config:
cards_color:
type: select
title: Cards color scheme
description: Applicable only to lists with cards.
empty_option: Default
options:
irsr-cards-color--red: Red cards
irsr-cards-color--grey: Dark grey cards
grid_rows:
type: select
title: Max number of grid columns
description: Applicable only to lists with cards.
empty_option: Default
options:
irsr-card-grid--two-col: Max 2 grid columns