-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_two_column.yaml
51 lines (50 loc) · 1.72 KB
/
template_two_column.yaml
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
locked_main_01_title:
'#type': container
'#attributes':
style: 'box-sizing:border-box; display:flex; color:rgb(51, 51, 51);; font-family:Lato, sans-serif; font-size:20px;'
locked_flex_01:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left; padding:20px;'
locked_content_01:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left;'
h2_01:
'#type': processed_text
'#format': rich_text
'#text': '<h2>Step 1 - add your first H2 heading.</h2>'
'#wrapper_attributes':
style: 'width:inherit;'
'#attributes':
style: 'width:inherit;max-width:100%;'
'#label_attributes':
style: 'width:inherit;'
text_01:
'#type': processed_text
'#text': 'Step 2 - add your first text content.'
question_01:
'#type': textfield
'#title': 'Step 3 - Ask question 1?'
'#description': 'Please answer question 1 - thank you.'
'#placeholder': 'Please answer here...'
locked_flex_02:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left; padding:20px;'
locked_content_02:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left;'
h2_02:
'#type': processed_text
'#format': rich_text
'#text': '<h2>Step 4 - add your second H2 heading.</h2>'
text_02:
'#type': processed_text
'#text': 'Step 5 - add your second text content.'
question_02:
'#type': textfield
'#title': 'Step 6 - Ask question 2?'
'#description': 'Please answer question 2 - thank you.'
'#placeholder': 'Please answer here...'