This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
generated from SU-SWS/stanford_starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsaa_victoria_subtheme.react_behaviors.yml
120 lines (119 loc) · 3.68 KB
/
saa_victoria_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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Example react_behaviors plugin definitions.
# Plugin property $defaults are defined in ReactBehaviorsPluginManager.
card_variant_info: # part of the key after the :
id: card_type
label: 'Card Paragraphs Type'
bundles:
- paragraphs_type|stanford_card
config:
card_type: # the setting
type: select
title: 'Card Type'
description: Select the style for displaying this card.
# default_value: su-card-wrapper--icon
options:
su-card-wrapper--icon: Icon Card
su-card-wrapper--horizontal: Horizontal Card
su-card-wrapper--vertical: Vertical Card
card_border_style:
type: select
title: 'Card Border Style'
description: Select the style for displaying this card. Do note all Icon Cards will always have drop shadow and border.
# default_value: su-card-wrapper--border-regular
options:
su-card-wrapper--border-none: Minimal (no border)
su-card-wrapper--border-regular: Border and Drop Shadow
card_list_style:
type: select
title: 'Card List Style'
description: 'Select the style for list format. First paragraph tag will appear regular and all following paragraphs will be styled as a list.'
options:
su-card-wrapper--no-style: No List Style
su-card-wrapper--simple-list: Simple List
su-card-wrapper--bordered-list: Bordered List
horizontal_card_image_style:
type: select
title: 'Horizontal Card: Image Style'
description: If this is a horizontal card, Select the image style for this card.
options:
su-horizontal-card-wrapper--small-circle: Small Circle (220px)
su-horizontal-card-wrapper--large-rectangle: Large Rectangle (2:1 ratio)
horizontal_card_image_position:
type: select
title: 'Horizontal Card: Image Position'
description: If this is a horizontal card, Select the image style for this card. (Currently only used for Large Rectangle Image Style.)
options:
su-horizontal-card-wrapper--image-left: Image on Left
su-horizontal-card-wrapper--image-right: Image on Right
#card_style:
# id: card_style
# label: 'Card Paragraph Style'
# bundles:
# - paragraphs_type|stanford_card
# config:
#first:
# id: first
# label: 'Card Paragraphs and all Rows'
# bundles:
# - paragraphs_type|card
# - paragraphs_row_type|*
# config:
# select:
# type: select
# title: 'Foo Select'
# description: Foo Bar Baz
# options:
# foo: Foo
# bar: Bar
# baz: Baz
# multiple_select:
# type: select
# title: 'Multiple Select'
# description: Foo Bar Baz
# multiple: true
# options:
# foo: Foo
# bar: Bar
# baz: Baz
# textfield:
# type: textfield
# title: 'Text Field'
# description: 'Bar Foo Baz Only used for Icon cards etc. for example'
# default_value: 'This is my value'
# checkbox:
# type: checkbox
# title: 'Baz Checkbox'
# description: 'Baz Foo Bar'
# default_value: true
# checkboxes:
# type: checkboxes
# title: 'Checkboxes'
# descriptin: 'this is a set of checkboxes'
# options:
# foo: FOO
# bar: BAR
# baz: BAZ
# default_value:
# - baz
# id: second
# label: 'Foo Paragraphs only'
# bundles:
# - paragraph_type|foo
# config:
# foo:
# type: select
# title: 'Foo Select'
# description: Foo Bar Baz
# options:
# foo: Foo
# bar: Bar
# baz: Baz
# bar:
# type: textfield
# title: 'Bar Text Field'
# description: 'Bar Foo Baz'
# baz:
# type: checkbox
# title: 'Baz Checkbox'
# description: 'Baz Foo Bar'
# default_value: true