Skip to content

Commit 71b4be6

Browse files
committed
updated references from field to repeat
1 parent e4369a5 commit 71b4be6

23 files changed

+66
-66
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
drupal/paragraphs: 1.11
1+
drupal/paragraphs: ^1.11
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
drupal/paragraphs: 1.11
1+
drupal/paragraphs: ^1.11

70/drupal/inee-question-answer-pair/config/core.entity_form_display.paragraph.q_a.default.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.q_a.field_question_answer_pair
5+
- field.field.paragraph.q_a.repeat_question_answer_pair
66
- paragraphs.paragraphs_type.q_a
77
module:
88
- paragraphs
@@ -11,7 +11,7 @@ targetEntityType: paragraph
1111
bundle: q_a
1212
mode: default
1313
content:
14-
field_question_answer_pair:
14+
repeat_question_answer_pair:
1515
type: entity_reference_paragraphs
1616
weight: 0
1717
settings:

70/drupal/inee-question-answer-pair/config/core.entity_form_display.paragraph.question_answer_pair.default.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.question_answer_pair.field_answer
6-
- field.field.paragraph.question_answer_pair.field_question
5+
- field.field.paragraph.question_answer_pair.repeat_answer
6+
- field.field.paragraph.question_answer_pair.repeat_question
77
- paragraphs.paragraphs_type.question_answer_pair
88
module:
99
- text
@@ -12,15 +12,15 @@ targetEntityType: paragraph
1212
bundle: question_answer_pair
1313
mode: default
1414
content:
15-
field_answer:
15+
repeat_answer:
1616
weight: 1
1717
settings:
1818
rows: 5
1919
placeholder: ''
2020
third_party_settings: { }
2121
type: text_textarea
2222
region: content
23-
field_question:
23+
repeat_question:
2424
weight: 0
2525
settings:
2626
size: 60

70/drupal/inee-question-answer-pair/config/core.entity_view_display.paragraph.q_a.default.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.q_a.field_question_answer_pair
5+
- field.field.paragraph.q_a.repeat_question_answer_pair
66
- paragraphs.paragraphs_type.q_a
77
module:
88
- entity_reference_revisions
@@ -11,7 +11,7 @@ targetEntityType: paragraph
1111
bundle: q_a
1212
mode: default
1313
content:
14-
field_question_answer_pair:
14+
repeat_question_answer_pair:
1515
type: entity_reference_revisions_entity_view
1616
weight: 0
1717
label: hidden

70/drupal/inee-question-answer-pair/config/core.entity_view_display.paragraph.question_answer_pair.default.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.question_answer_pair.field_answer
6-
- field.field.paragraph.question_answer_pair.field_question
5+
- field.field.paragraph.question_answer_pair.repeat_answer
6+
- field.field.paragraph.question_answer_pair.repeat_question
77
- paragraphs.paragraphs_type.question_answer_pair
88
module:
99
- text
@@ -12,14 +12,14 @@ targetEntityType: paragraph
1212
bundle: question_answer_pair
1313
mode: default
1414
content:
15-
field_answer:
15+
repeat_answer:
1616
weight: 1
1717
label: hidden
1818
settings: { }
1919
third_party_settings: { }
2020
type: text_default
2121
region: content
22-
field_question:
22+
repeat_question:
2323
weight: 0
2424
label: hidden
2525
settings:

70/drupal/inee-question-answer-pair/config/field.field.paragraph.q_a.field_question_answer_pair.yml 70/drupal/inee-question-answer-pair/config/field.field.paragraph.q_a.repeat_question_answer_pair.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_question_answer_pair
5+
- field.storage.paragraph.repeat_question_answer_pair
66
- paragraphs.paragraphs_type.q_a
77
- paragraphs.paragraphs_type.question_answer_pair
88
module:
99
- entity_reference_revisions
10-
id: paragraph.q_a.field_question_answer_pair
11-
field_name: field_question_answer_pair
10+
id: paragraph.q_a.repeat_question_answer_pair
11+
field_name: repeat_question_answer_pair
1212
entity_type: paragraph
1313
bundle: q_a
1414
label: 'Question & Answer Pair'

70/drupal/inee-question-answer-pair/config/field.field.paragraph.question_answer_pair.field_answer.yml 70/drupal/inee-question-answer-pair/config/field.field.paragraph.question_answer_pair.repeat_answer.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_answer
5+
- field.storage.paragraph.repeat_answer
66
- paragraphs.paragraphs_type.question_answer_pair
77
module:
88
- text
9-
id: paragraph.question_answer_pair.field_answer
10-
field_name: field_answer
9+
id: paragraph.question_answer_pair.repeat_answer
10+
field_name: repeat_answer
1111
entity_type: paragraph
1212
bundle: question_answer_pair
1313
label: Answer

70/drupal/inee-question-answer-pair/config/field.field.paragraph.question_answer_pair.field_question.yml 70/drupal/inee-question-answer-pair/config/field.field.paragraph.question_answer_pair.repeat_question.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_question
5+
- field.storage.paragraph.repeat_question
66
- paragraphs.paragraphs_type.question_answer_pair
7-
id: paragraph.question_answer_pair.field_question
8-
field_name: field_question
7+
id: paragraph.question_answer_pair.repeat_question
8+
field_name: repeat_question
99
entity_type: paragraph
1010
bundle: question_answer_pair
1111
label: Question

70/drupal/inee-question-answer-pair/config/field.storage.paragraph.field_answer.yml 70/drupal/inee-question-answer-pair/config/field.storage.paragraph.repeat_answer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- paragraphs
66
- text
7-
id: paragraph.field_answer
8-
field_name: field_answer
7+
id: paragraph.repeat_answer
8+
field_name: repeat_answer
99
entity_type: paragraph
1010
type: text_long
1111
settings: { }

70/drupal/inee-question-answer-pair/config/field.storage.paragraph.field_question.yml 70/drupal/inee-question-answer-pair/config/field.storage.paragraph.repeat_question.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_question
7-
field_name: field_question
6+
id: paragraph.repeat_question
7+
field_name: repeat_question
88
entity_type: paragraph
99
type: string
1010
settings:

70/drupal/inee-question-answer-pair/config/field.storage.paragraph.field_question_answer_pair.yml 70/drupal/inee-question-answer-pair/config/field.storage.paragraph.repeat_question_answer_pair.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- entity_reference_revisions
66
- paragraphs
7-
id: paragraph.field_question_answer_pair
8-
field_name: field_question_answer_pair
7+
id: paragraph.repeat_question_answer_pair
8+
field_name: repeat_question_answer_pair
99
entity_type: paragraph
1010
type: entity_reference_revisions
1111
settings:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
drupal/paragraphs: 1.11
1+
drupal/paragraphs: ^1.11

70/drupal/scai-image-text/config/core.entity_form_display.paragraph.image_text.default.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.image_text.field_image
6-
- field.field.paragraph.image_text.field_image_position
7-
- field.field.paragraph.image_text.field_img_text_cta
8-
- field.field.paragraph.image_text.field_rich_text
5+
- field.field.paragraph.image_text.repeat_image
6+
- field.field.paragraph.image_text.repeat_image_position
7+
- field.field.paragraph.image_text.repeat_img_text_cta
8+
- field.field.paragraph.image_text.repeat_rich_text
99
- paragraphs.paragraphs_type.image_text
1010
module:
1111
- entity_browser_entity_form
@@ -17,7 +17,7 @@ targetEntityType: paragraph
1717
bundle: image_text
1818
mode: default
1919
content:
20-
field_image:
20+
repeat_image:
2121
weight: 0
2222
settings:
2323
form_mode: default
@@ -35,21 +35,21 @@ content:
3535
entity_browser_id: media_entity_browser_modal
3636
type: inline_entity_form_complex
3737
region: content
38-
field_image_position:
38+
repeat_image_position:
3939
weight: 3
4040
settings: { }
4141
third_party_settings: { }
4242
type: options_select
4343
region: content
44-
field_img_text_cta:
44+
repeat_img_text_cta:
4545
weight: 2
4646
settings:
4747
placeholder_url: ''
4848
placeholder_title: ''
4949
third_party_settings: { }
5050
type: link_default
5151
region: content
52-
field_rich_text:
52+
repeat_rich_text:
5353
weight: 1
5454
settings:
5555
rows: 5

70/drupal/scai-image-text/config/core.entity_view_display.paragraph.image_text.default.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.field.paragraph.image_text.field_image
6-
- field.field.paragraph.image_text.field_image_position
7-
- field.field.paragraph.image_text.field_img_text_cta
8-
- field.field.paragraph.image_text.field_rich_text
5+
- field.field.paragraph.image_text.repeat_image
6+
- field.field.paragraph.image_text.repeat_image_position
7+
- field.field.paragraph.image_text.repeat_img_text_cta
8+
- field.field.paragraph.image_text.repeat_rich_text
99
- image.style.image_home
1010
- paragraphs.paragraphs_type.image_text
1111
module:
@@ -17,7 +17,7 @@ targetEntityType: paragraph
1717
bundle: image_text
1818
mode: default
1919
content:
20-
field_image:
20+
repeat_image:
2121
type: media_thumbnail
2222
weight: 0
2323
label: hidden
@@ -26,7 +26,7 @@ content:
2626
image_link: ''
2727
third_party_settings: { }
2828
region: content
29-
field_img_text_cta:
29+
repeat_img_text_cta:
3030
weight: 2
3131
label: hidden
3232
settings:
@@ -38,13 +38,13 @@ content:
3838
third_party_settings: { }
3939
type: link
4040
region: content
41-
field_rich_text:
41+
repeat_rich_text:
4242
weight: 1
4343
label: hidden
4444
settings: { }
4545
third_party_settings: { }
4646
type: text_default
4747
region: content
4848
hidden:
49-
field_image_position: true
49+
repeat_image_position: true
5050
search_api_excerpt: true

70/drupal/scai-image-text/config/field.field.paragraph.image_text.field_image.yml 70/drupal/scai-image-text/config/field.field.paragraph.image_text.repeat_image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ langcode: en
22
status: true
33
dependencies:
44
config:
5-
- field.storage.paragraph.field_image
5+
- field.storage.paragraph.repeat_image
66
- media.type.image
77
- paragraphs.paragraphs_type.image_text
8-
id: paragraph.image_text.field_image
9-
field_name: field_image
8+
id: paragraph.image_text.repeat_image
9+
field_name: repeat_image
1010
entity_type: paragraph
1111
bundle: image_text
1212
label: Image

70/drupal/scai-image-text/config/field.field.paragraph.image_text.field_image_position.yml 70/drupal/scai-image-text/config/field.field.paragraph.image_text.repeat_image_position.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_image_position
5+
- field.storage.paragraph.repeat_image_position
66
- paragraphs.paragraphs_type.image_text
77
module:
88
- options
9-
id: paragraph.image_text.field_image_position
10-
field_name: field_image_position
9+
id: paragraph.image_text.repeat_image_position
10+
field_name: repeat_image_position
1111
entity_type: paragraph
1212
bundle: image_text
1313
label: 'Image Position'

70/drupal/scai-image-text/config/field.field.paragraph.image_text.field_img_text_cta.yml 70/drupal/scai-image-text/config/field.field.paragraph.image_text.repeat_img_text_cta.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_img_text_cta
5+
- field.storage.paragraph.repeat_img_text_cta
66
- paragraphs.paragraphs_type.image_text
77
module:
88
- link
9-
id: paragraph.image_text.field_img_text_cta
10-
field_name: field_img_text_cta
9+
id: paragraph.image_text.repeat_img_text_cta
10+
field_name: repeat_img_text_cta
1111
entity_type: paragraph
1212
bundle: image_text
1313
label: CTA

70/drupal/scai-image-text/config/field.field.paragraph.image_text.field_rich_text.yml 70/drupal/scai-image-text/config/field.field.paragraph.image_text.repeat_rich_text.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_rich_text
5+
- field.storage.paragraph.repeat_rich_text
66
- paragraphs.paragraphs_type.image_text
77
module:
88
- text
9-
id: paragraph.image_text.field_rich_text
10-
field_name: field_rich_text
9+
id: paragraph.image_text.repeat_rich_text
10+
field_name: repeat_rich_text
1111
entity_type: paragraph
1212
bundle: image_text
1313
label: Text

70/drupal/scai-image-text/config/field.storage.paragraph.field_image.yml 70/drupal/scai-image-text/config/field.storage.paragraph.repeat_image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- media
66
- paragraphs
7-
id: paragraph.field_image
8-
field_name: field_image
7+
id: paragraph.repeat_image
8+
field_name: repeat_image
99
entity_type: paragraph
1010
type: entity_reference
1111
settings:

70/drupal/scai-image-text/config/field.storage.paragraph.field_image_position.yml 70/drupal/scai-image-text/config/field.storage.paragraph.repeat_image_position.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_image_position
8-
field_name: field_image_position
7+
id: paragraph.repeat_image_position
8+
field_name: repeat_image_position
99
entity_type: paragraph
1010
type: list_string
1111
settings:

70/drupal/scai-image-text/config/field.storage.paragraph.field_img_text_cta.yml 70/drupal/scai-image-text/config/field.storage.paragraph.repeat_img_text_cta.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- link
66
- paragraphs
7-
id: paragraph.field_img_text_cta
8-
field_name: field_img_text_cta
7+
id: paragraph.repeat_img_text_cta
8+
field_name: repeat_img_text_cta
99
entity_type: paragraph
1010
type: link
1111
settings: { }

70/drupal/scai-image-text/config/field.storage.paragraph.field_rich_text.yml 70/drupal/scai-image-text/config/field.storage.paragraph.repeat_rich_text.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
module:
55
- paragraphs
66
- text
7-
id: paragraph.field_rich_text
8-
field_name: field_rich_text
7+
id: paragraph.repeat_rich_text
8+
field_name: repeat_rich_text
99
entity_type: paragraph
1010
type: text_long
1111
settings: { }

0 commit comments

Comments
 (0)