@@ -11,6 +11,7 @@ dependencies:
11
11
- field.field.node.panopoly_page.field_featured_status
12
12
- field.field.node.panopoly_page.field_footer
13
13
- field.field.node.panopoly_page.field_header
14
+ - field.field.node.panopoly_page.field_oa_banner_text
14
15
- field.field.node.panopoly_page.field_sidebar
15
16
- node.type.panopoly_page
16
17
module :
@@ -25,7 +26,7 @@ mode: default
25
26
content :
26
27
body :
27
28
type : text_textarea_with_summary
28
- weight : 2
29
+ weight : 3
29
30
settings :
30
31
rows : 9
31
32
summary_rows : 3
@@ -34,7 +35,7 @@ content:
34
35
region : content
35
36
created :
36
37
type : datetime_timestamp
37
- weight : 8
38
+ weight : 9
38
39
region : content
39
40
settings : { }
40
41
third_party_settings : { }
@@ -46,7 +47,7 @@ content:
46
47
third_party_settings : { }
47
48
region : content
48
49
field_content :
49
- weight : 3
50
+ weight : 4
50
51
settings :
51
52
title : Paragraph
52
53
title_plural : Paragraphs
@@ -65,13 +66,21 @@ content:
65
66
type : paragraphs
66
67
region : content
67
68
field_featured_categories :
68
- weight : 6
69
+ weight : 7
69
70
type : options_buttons
70
71
settings : { }
71
72
third_party_settings : { }
72
73
region : content
74
+ field_oa_banner_text :
75
+ weight : 2
76
+ settings :
77
+ size : 60
78
+ placeholder : ' '
79
+ third_party_settings : { }
80
+ type : string_textfield
81
+ region : content
73
82
field_sidebar :
74
- weight : 4
83
+ weight : 5
75
84
settings :
76
85
title : Paragraph
77
86
title_plural : Paragraphs
@@ -91,7 +100,7 @@ content:
91
100
region : content
92
101
langcode :
93
102
type : language_select
94
- weight : 5
103
+ weight : 6
95
104
region : content
96
105
settings :
97
106
include_locked : true
@@ -106,7 +115,7 @@ content:
106
115
type : boolean_checkbox
107
116
settings :
108
117
display_label : true
109
- weight : 9
118
+ weight : 10
110
119
region : content
111
120
third_party_settings : { }
112
121
status :
@@ -120,7 +129,7 @@ content:
120
129
type : boolean_checkbox
121
130
settings :
122
131
display_label : true
123
- weight : 10
132
+ weight : 11
124
133
region : content
125
134
third_party_settings : { }
126
135
title :
@@ -133,7 +142,7 @@ content:
133
142
third_party_settings : { }
134
143
uid :
135
144
type : entity_reference_autocomplete
136
- weight : 7
145
+ weight : 8
137
146
settings :
138
147
match_operator : CONTAINS
139
148
size : 60
0 commit comments