Skip to content

Commit c2691ee

Browse files
committed
updated naming convention from field_ to repeat_
1 parent eef7f2f commit c2691ee

19 files changed

+82
-82
lines changed

70/drupal/cf-impact-statistics/config/core.entity_form_display.paragraph.impact_statistics.default.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ langcode: en
22
status: true
33
dependencies:
44
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
1313
- paragraphs.paragraphs_type.impact_statistics
1414
module:
1515
- field_group
@@ -33,8 +33,8 @@ third_party_settings:
3333
region: content
3434
group_content:
3535
children:
36-
- field_title
37-
- field_subheading
36+
- repeat_title
37+
- repeat_subheading
3838
parent_name: group_tabs
3939
weight: 11
4040
format_type: tab
@@ -48,8 +48,8 @@ third_party_settings:
4848
region: content
4949
group_percentage_1:
5050
children:
51-
- field_percentage_one
52-
- field_shortdescription_one
51+
- repeat_percentage_one
52+
- repeat_shortdescription_one
5353
parent_name: group_tabs
5454
weight: 12
5555
format_type: tab
@@ -63,8 +63,8 @@ third_party_settings:
6363
region: content
6464
group_percentage_2:
6565
children:
66-
- field_percentage_two
67-
- field_shortdescription_two
66+
- repeat_percentage_two
67+
- repeat_shortdescription_two
6868
parent_name: group_tabs
6969
weight: 13
7070
format_type: tab
@@ -78,8 +78,8 @@ third_party_settings:
7878
region: content
7979
group_percentage_3:
8080
children:
81-
- field_percentage_three
82-
- field_shortdescription_three
81+
- repeat_percentage_three
82+
- repeat_shortdescription_three
8383
parent_name: group_tabs
8484
weight: 14
8585
format_type: tab
@@ -96,60 +96,60 @@ targetEntityType: paragraph
9696
bundle: impact_statistics
9797
mode: default
9898
content:
99-
field_percentage_one:
99+
repeat_percentage_one:
100100
weight: 1
101101
settings:
102102
placeholder: ''
103103
third_party_settings: { }
104104
type: number
105105
region: content
106-
field_percentage_three:
106+
repeat_percentage_three:
107107
weight: 5
108108
settings:
109109
placeholder: ''
110110
third_party_settings: { }
111111
type: number
112112
region: content
113-
field_percentage_two:
113+
repeat_percentage_two:
114114
weight: 4
115115
settings:
116116
placeholder: ''
117117
third_party_settings: { }
118118
type: number
119119
region: content
120-
field_shortdescription_one:
120+
repeat_shortdescription_one:
121121
weight: 2
122122
settings:
123123
size: 60
124124
placeholder: ''
125125
third_party_settings: { }
126126
type: text_textfield
127127
region: content
128-
field_shortdescription_three:
128+
repeat_shortdescription_three:
129129
weight: 6
130130
settings:
131131
size: 60
132132
placeholder: ''
133133
third_party_settings: { }
134134
type: text_textfield
135135
region: content
136-
field_shortdescription_two:
136+
repeat_shortdescription_two:
137137
weight: 5
138138
settings:
139139
size: 60
140140
placeholder: ''
141141
third_party_settings: { }
142142
type: text_textfield
143143
region: content
144-
field_subheading:
144+
repeat_subheading:
145145
weight: 2
146146
settings:
147147
rows: 5
148148
placeholder: ''
149149
third_party_settings: { }
150150
type: text_textarea
151151
region: content
152-
field_title:
152+
repeat_title:
153153
weight: 1
154154
settings:
155155
size: 60

70/drupal/cf-impact-statistics/config/core.entity_view_display.paragraph.impact_statistics.default.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ langcode: en
22
status: true
33
dependencies:
44
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
1313
- paragraphs.paragraphs_type.impact_statistics
1414
module:
1515
- text
@@ -18,7 +18,7 @@ targetEntityType: paragraph
1818
bundle: impact_statistics
1919
mode: default
2020
content:
21-
field_percentage_one:
21+
repeat_percentage_one:
2222
weight: 2
2323
label: hidden
2424
settings:
@@ -27,7 +27,7 @@ content:
2727
third_party_settings: { }
2828
type: number_integer
2929
region: content
30-
field_percentage_three:
30+
repeat_percentage_three:
3131
weight: 5
3232
label: hidden
3333
settings:
@@ -36,7 +36,7 @@ content:
3636
third_party_settings: { }
3737
type: number_integer
3838
region: content
39-
field_percentage_two:
39+
repeat_percentage_two:
4040
weight: 4
4141
label: hidden
4242
settings:
@@ -45,35 +45,35 @@ content:
4545
third_party_settings: { }
4646
type: number_integer
4747
region: content
48-
field_shortdescription_one:
48+
repeat_shortdescription_one:
4949
weight: 3
5050
label: hidden
5151
settings: { }
5252
third_party_settings: { }
5353
type: text_default
5454
region: content
55-
field_shortdescription_three:
55+
repeat_shortdescription_three:
5656
weight: 7
5757
label: hidden
5858
settings: { }
5959
third_party_settings: { }
6060
type: text_default
6161
region: content
62-
field_shortdescription_two:
62+
repeat_shortdescription_two:
6363
weight: 6
6464
label: hidden
6565
settings: { }
6666
third_party_settings: { }
6767
type: text_default
6868
region: content
69-
field_subheading:
69+
repeat_subheading:
7070
weight: 1
7171
label: hidden
7272
settings: { }
7373
third_party_settings: { }
7474
type: text_default
7575
region: content
76-
field_title:
76+
repeat_title:
7777
weight: 0
7878
label: hidden
7979
settings:

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_percentage_one.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_percentage_one.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_percentage_one
5+
- field.storage.paragraph.repeat_percentage_one
66
- paragraphs.paragraphs_type.impact_statistics
7-
id: paragraph.impact_statistics.field_percentage_one
8-
field_name: field_percentage_one
7+
id: paragraph.impact_statistics.repeat_percentage_one
8+
field_name: repeat_percentage_one
99
entity_type: paragraph
1010
bundle: impact_statistics
1111
label: Percentage

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_percentage_three.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_percentage_three.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_percentage_three
5+
- field.storage.paragraph.repeat_percentage_three
66
- paragraphs.paragraphs_type.impact_statistics
7-
id: paragraph.impact_statistics.field_percentage_three
8-
field_name: field_percentage_three
7+
id: paragraph.impact_statistics.repeat_percentage_three
8+
field_name: repeat_percentage_three
99
entity_type: paragraph
1010
bundle: impact_statistics
1111
label: Percentage

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_percentage_two.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_percentage_two.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_percentage_two
5+
- field.storage.paragraph.repeat_percentage_two
66
- paragraphs.paragraphs_type.impact_statistics
7-
id: paragraph.impact_statistics.field_percentage_two
8-
field_name: field_percentage_two
7+
id: paragraph.impact_statistics.repeat_percentage_two
8+
field_name: repeat_percentage_two
99
entity_type: paragraph
1010
bundle: impact_statistics
1111
label: Percentage

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_shortdescription_two.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_shortdescription_one.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_shortdescription_two
5+
- field.storage.paragraph.repeat_shortdescription_one
66
- paragraphs.paragraphs_type.impact_statistics
77
module:
88
- text
9-
id: paragraph.impact_statistics.field_shortdescription_two
10-
field_name: field_shortdescription_two
9+
id: paragraph.impact_statistics.repeat_shortdescription_one
10+
field_name: repeat_shortdescription_one
1111
entity_type: paragraph
1212
bundle: impact_statistics
1313
label: Description

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_shortdescription_three.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_shortdescription_three.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_shortdescription_three
5+
- field.storage.paragraph.repeat_shortdescription_three
66
- paragraphs.paragraphs_type.impact_statistics
77
module:
88
- text
9-
id: paragraph.impact_statistics.field_shortdescription_three
10-
field_name: field_shortdescription_three
9+
id: paragraph.impact_statistics.repeat_shortdescription_three
10+
field_name: repeat_shortdescription_three
1111
entity_type: paragraph
1212
bundle: impact_statistics
1313
label: Description

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_shortdescription_one.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_shortdescription_two.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_shortdescription_one
5+
- field.storage.paragraph.repeat_shortdescription_two
66
- paragraphs.paragraphs_type.impact_statistics
77
module:
88
- text
9-
id: paragraph.impact_statistics.field_shortdescription_one
10-
field_name: field_shortdescription_one
9+
id: paragraph.impact_statistics.repeat_shortdescription_two
10+
field_name: repeat_shortdescription_two
1111
entity_type: paragraph
1212
bundle: impact_statistics
1313
label: Description

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_subheading.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_subheading.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_subheading
5+
- field.storage.paragraph.repeat_subheading
66
- paragraphs.paragraphs_type.impact_statistics
77
module:
88
- text
9-
id: paragraph.impact_statistics.field_subheading
10-
field_name: field_subheading
9+
id: paragraph.impact_statistics.repeat_subheading
10+
field_name: repeat_subheading
1111
entity_type: paragraph
1212
bundle: impact_statistics
1313
label: Content

70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.field_title.yml 70/drupal/cf-impact-statistics/config/field.field.paragraph.impact_statistics.repeat_title.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_title
5+
- field.storage.paragraph.repeat_title
66
- paragraphs.paragraphs_type.impact_statistics
7-
id: paragraph.impact_statistics.field_title
8-
field_name: field_title
7+
id: paragraph.impact_statistics.repeat_title
8+
field_name: repeat_title
99
entity_type: paragraph
1010
bundle: impact_statistics
1111
label: Title

70/drupal/cf-impact-statistics/config/field.storage.paragraph.field_percentage.yml 70/drupal/cf-impact-statistics/config/field.storage.paragraph.repeat_percentage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- options
66
- paragraphs
7-
id: paragraph.field_percentage
8-
field_name: field_percentage
7+
id: paragraph.repeat_percentage
8+
field_name: repeat_percentage
99
entity_type: paragraph
1010
type: list_string
1111
settings:

70/drupal/cf-impact-statistics/config/field.storage.paragraph.field_percentage_one.yml 70/drupal/cf-impact-statistics/config/field.storage.paragraph.repeat_percentage_one.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ status: true
33
dependencies:
44
module:
55
- paragraphs
6-
id: paragraph.field_percentage_one
7-
field_name: field_percentage_one
6+
id: paragraph.repeat_percentage_one
7+
field_name: repeat_percentage_one
88
entity_type: paragraph
99
type: integer
1010
settings:

70/drupal/cf-impact-statistics/config/field.storage.paragraph.field_percentage_three.yml 70/drupal/cf-impact-statistics/config/field.storage.paragraph.repeat_percentage_three.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ status: true
33
dependencies:
44
module:
55
- paragraphs
6-
id: paragraph.field_percentage_three
7-
field_name: field_percentage_three
6+
id: paragraph.repeat_percentage_three
7+
field_name: repeat_percentage_three
88
entity_type: paragraph
99
type: integer
1010
settings:

70/drupal/cf-impact-statistics/config/field.storage.paragraph.field_percentage_two.yml 70/drupal/cf-impact-statistics/config/field.storage.paragraph.repeat_percentage_two.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ status: true
33
dependencies:
44
module:
55
- paragraphs
6-
id: paragraph.field_percentage_two
7-
field_name: field_percentage_two
6+
id: paragraph.repeat_percentage_two
7+
field_name: repeat_percentage_two
88
entity_type: paragraph
99
type: integer
1010
settings:

0 commit comments

Comments
 (0)