@@ -2,14 +2,14 @@ langcode: en
2
2
status : true
3
3
dependencies :
4
4
config :
5
- - field.field.paragraph.impact_statistics.field_percentage_one
6
- - field.field.paragraph.impact_statistics.field_percentage_three
7
- - field.field.paragraph.impact_statistics.field_percentage_two
8
- - field.field.paragraph.impact_statistics.field_shortdescription_one
9
- - field.field.paragraph.impact_statistics.field_shortdescription_three
10
- - field.field.paragraph.impact_statistics.field_shortdescription_two
11
- - field.field.paragraph.impact_statistics.field_subheading
12
- - field.field.paragraph.impact_statistics.field_title
5
+ - field.field.paragraph.impact_statistics.repeat_percentage_one
6
+ - field.field.paragraph.impact_statistics.repeat_percentage_three
7
+ - field.field.paragraph.impact_statistics.repeat_percentage_two
8
+ - field.field.paragraph.impact_statistics.repeat_shortdescription_one
9
+ - field.field.paragraph.impact_statistics.repeat_shortdescription_three
10
+ - field.field.paragraph.impact_statistics.repeat_shortdescription_two
11
+ - field.field.paragraph.impact_statistics.repeat_subheading
12
+ - field.field.paragraph.impact_statistics.repeat_title
13
13
- paragraphs.paragraphs_type.impact_statistics
14
14
module :
15
15
- field_group
@@ -33,8 +33,8 @@ third_party_settings:
33
33
region : content
34
34
group_content :
35
35
children :
36
- - field_title
37
- - field_subheading
36
+ - repeat_title
37
+ - repeat_subheading
38
38
parent_name : group_tabs
39
39
weight : 11
40
40
format_type : tab
@@ -48,8 +48,8 @@ third_party_settings:
48
48
region : content
49
49
group_percentage_1 :
50
50
children :
51
- - field_percentage_one
52
- - field_shortdescription_one
51
+ - repeat_percentage_one
52
+ - repeat_shortdescription_one
53
53
parent_name : group_tabs
54
54
weight : 12
55
55
format_type : tab
@@ -63,8 +63,8 @@ third_party_settings:
63
63
region : content
64
64
group_percentage_2 :
65
65
children :
66
- - field_percentage_two
67
- - field_shortdescription_two
66
+ - repeat_percentage_two
67
+ - repeat_shortdescription_two
68
68
parent_name : group_tabs
69
69
weight : 13
70
70
format_type : tab
@@ -78,8 +78,8 @@ third_party_settings:
78
78
region : content
79
79
group_percentage_3 :
80
80
children :
81
- - field_percentage_three
82
- - field_shortdescription_three
81
+ - repeat_percentage_three
82
+ - repeat_shortdescription_three
83
83
parent_name : group_tabs
84
84
weight : 14
85
85
format_type : tab
@@ -96,60 +96,60 @@ targetEntityType: paragraph
96
96
bundle : impact_statistics
97
97
mode : default
98
98
content :
99
- field_percentage_one :
99
+ repeat_percentage_one :
100
100
weight : 1
101
101
settings :
102
102
placeholder : ' '
103
103
third_party_settings : { }
104
104
type : number
105
105
region : content
106
- field_percentage_three :
106
+ repeat_percentage_three :
107
107
weight : 5
108
108
settings :
109
109
placeholder : ' '
110
110
third_party_settings : { }
111
111
type : number
112
112
region : content
113
- field_percentage_two :
113
+ repeat_percentage_two :
114
114
weight : 4
115
115
settings :
116
116
placeholder : ' '
117
117
third_party_settings : { }
118
118
type : number
119
119
region : content
120
- field_shortdescription_one :
120
+ repeat_shortdescription_one :
121
121
weight : 2
122
122
settings :
123
123
size : 60
124
124
placeholder : ' '
125
125
third_party_settings : { }
126
126
type : text_textfield
127
127
region : content
128
- field_shortdescription_three :
128
+ repeat_shortdescription_three :
129
129
weight : 6
130
130
settings :
131
131
size : 60
132
132
placeholder : ' '
133
133
third_party_settings : { }
134
134
type : text_textfield
135
135
region : content
136
- field_shortdescription_two :
136
+ repeat_shortdescription_two :
137
137
weight : 5
138
138
settings :
139
139
size : 60
140
140
placeholder : ' '
141
141
third_party_settings : { }
142
142
type : text_textfield
143
143
region : content
144
- field_subheading :
144
+ repeat_subheading :
145
145
weight : 2
146
146
settings :
147
147
rows : 5
148
148
placeholder : ' '
149
149
third_party_settings : { }
150
150
type : text_textarea
151
151
region : content
152
- field_title :
152
+ repeat_title :
153
153
weight : 1
154
154
settings :
155
155
size : 60
0 commit comments