Skip to content

Commit 45dac20

Browse files
committed
added inee-question-answer-pair
1 parent 896e517 commit 45dac20

21 files changed

+779
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
drupal/paragraphs: 8.x-1.11
1+
drupal/paragraphs: 1.11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
langcode: en
2+
status: true
3+
dependencies:
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
13+
- paragraphs.paragraphs_type.impact_statistics
14+
module:
15+
- field_group
16+
- text
17+
third_party_settings:
18+
field_group:
19+
group_tabs:
20+
children:
21+
- group_content
22+
- group_percentage_1
23+
- group_percentage_2
24+
- group_percentage_3
25+
parent_name: ''
26+
weight: 0
27+
format_type: tabs
28+
format_settings:
29+
id: ''
30+
classes: ''
31+
direction: vertical
32+
label: Tabs
33+
region: content
34+
group_content:
35+
children:
36+
- field_title
37+
- field_subheading
38+
parent_name: group_tabs
39+
weight: 11
40+
format_type: tab
41+
format_settings:
42+
id: ''
43+
classes: ''
44+
description: ''
45+
formatter: open
46+
required_fields: true
47+
label: Content
48+
region: content
49+
group_percentage_1:
50+
children:
51+
- field_percentage_one
52+
- field_shortdescription_one
53+
parent_name: group_tabs
54+
weight: 12
55+
format_type: tab
56+
format_settings:
57+
id: ''
58+
classes: ''
59+
description: ''
60+
formatter: closed
61+
required_fields: true
62+
label: 'Percentage #1'
63+
region: content
64+
group_percentage_2:
65+
children:
66+
- field_percentage_two
67+
- field_shortdescription_two
68+
parent_name: group_tabs
69+
weight: 13
70+
format_type: tab
71+
format_settings:
72+
id: ''
73+
classes: ''
74+
description: ''
75+
formatter: closed
76+
required_fields: true
77+
label: 'Percentage #2'
78+
region: content
79+
group_percentage_3:
80+
children:
81+
- field_percentage_three
82+
- field_shortdescription_three
83+
parent_name: group_tabs
84+
weight: 14
85+
format_type: tab
86+
format_settings:
87+
id: ''
88+
classes: ''
89+
description: ''
90+
formatter: closed
91+
required_fields: true
92+
label: 'Percentage #3'
93+
region: content
94+
id: paragraph.impact_statistics.default
95+
targetEntityType: paragraph
96+
bundle: impact_statistics
97+
mode: default
98+
content:
99+
field_percentage_one:
100+
weight: 1
101+
settings:
102+
placeholder: ''
103+
third_party_settings: { }
104+
type: number
105+
region: content
106+
field_percentage_three:
107+
weight: 5
108+
settings:
109+
placeholder: ''
110+
third_party_settings: { }
111+
type: number
112+
region: content
113+
field_percentage_two:
114+
weight: 4
115+
settings:
116+
placeholder: ''
117+
third_party_settings: { }
118+
type: number
119+
region: content
120+
field_shortdescription_one:
121+
weight: 2
122+
settings:
123+
size: 60
124+
placeholder: ''
125+
third_party_settings: { }
126+
type: text_textfield
127+
region: content
128+
field_shortdescription_three:
129+
weight: 6
130+
settings:
131+
size: 60
132+
placeholder: ''
133+
third_party_settings: { }
134+
type: text_textfield
135+
region: content
136+
field_shortdescription_two:
137+
weight: 5
138+
settings:
139+
size: 60
140+
placeholder: ''
141+
third_party_settings: { }
142+
type: text_textfield
143+
region: content
144+
field_subheading:
145+
weight: 2
146+
settings:
147+
rows: 5
148+
placeholder: ''
149+
third_party_settings: { }
150+
type: text_textarea
151+
region: content
152+
field_title:
153+
weight: 1
154+
settings:
155+
size: 60
156+
placeholder: ''
157+
third_party_settings: { }
158+
type: string_textfield
159+
region: content
160+
hidden:
161+
created: true
162+
status: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
langcode: en
2+
status: true
3+
dependencies:
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
13+
- paragraphs.paragraphs_type.impact_statistics
14+
module:
15+
- text
16+
id: paragraph.impact_statistics.default
17+
targetEntityType: paragraph
18+
bundle: impact_statistics
19+
mode: default
20+
content:
21+
field_percentage_one:
22+
weight: 2
23+
label: hidden
24+
settings:
25+
thousand_separator: ''
26+
prefix_suffix: true
27+
third_party_settings: { }
28+
type: number_integer
29+
region: content
30+
field_percentage_three:
31+
weight: 5
32+
label: hidden
33+
settings:
34+
thousand_separator: ''
35+
prefix_suffix: true
36+
third_party_settings: { }
37+
type: number_integer
38+
region: content
39+
field_percentage_two:
40+
weight: 4
41+
label: hidden
42+
settings:
43+
thousand_separator: ''
44+
prefix_suffix: true
45+
third_party_settings: { }
46+
type: number_integer
47+
region: content
48+
field_shortdescription_one:
49+
weight: 3
50+
label: hidden
51+
settings: { }
52+
third_party_settings: { }
53+
type: text_default
54+
region: content
55+
field_shortdescription_three:
56+
weight: 7
57+
label: hidden
58+
settings: { }
59+
third_party_settings: { }
60+
type: text_default
61+
region: content
62+
field_shortdescription_two:
63+
weight: 6
64+
label: hidden
65+
settings: { }
66+
third_party_settings: { }
67+
type: text_default
68+
region: content
69+
field_subheading:
70+
weight: 1
71+
label: hidden
72+
settings: { }
73+
third_party_settings: { }
74+
type: text_default
75+
region: content
76+
field_title:
77+
weight: 0
78+
label: hidden
79+
settings:
80+
link_to_entity: false
81+
third_party_settings: { }
82+
type: string
83+
region: content
84+
hidden: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
drupal/paragraphs: 1.11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.paragraph.q_a.field_question_answer_pair
6+
- paragraphs.paragraphs_type.q_a
7+
module:
8+
- paragraphs
9+
id: paragraph.q_a.default
10+
targetEntityType: paragraph
11+
bundle: q_a
12+
mode: default
13+
content:
14+
field_question_answer_pair:
15+
type: entity_reference_paragraphs
16+
weight: 0
17+
settings:
18+
title: Paragraph
19+
title_plural: Paragraphs
20+
edit_mode: open
21+
add_mode: dropdown
22+
form_display_mode: default
23+
default_paragraph_type: ''
24+
third_party_settings: { }
25+
region: content
26+
translation:
27+
weight: 10
28+
settings: { }
29+
third_party_settings: { }
30+
region: content
31+
hidden:
32+
created: true
33+
status: true
34+
uid: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.paragraph.question_answer_pair.field_answer
6+
- field.field.paragraph.question_answer_pair.field_question
7+
- paragraphs.paragraphs_type.question_answer_pair
8+
module:
9+
- text
10+
id: paragraph.question_answer_pair.default
11+
targetEntityType: paragraph
12+
bundle: question_answer_pair
13+
mode: default
14+
content:
15+
field_answer:
16+
weight: 1
17+
settings:
18+
rows: 5
19+
placeholder: ''
20+
third_party_settings: { }
21+
type: text_textarea
22+
region: content
23+
field_question:
24+
weight: 0
25+
settings:
26+
size: 60
27+
placeholder: ''
28+
third_party_settings: { }
29+
type: string_textfield
30+
region: content
31+
translation:
32+
weight: 10
33+
settings: { }
34+
third_party_settings: { }
35+
region: content
36+
hidden:
37+
created: true
38+
status: true
39+
uid: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.paragraph.q_a.field_question_answer_pair
6+
- paragraphs.paragraphs_type.q_a
7+
module:
8+
- entity_reference_revisions
9+
id: paragraph.q_a.default
10+
targetEntityType: paragraph
11+
bundle: q_a
12+
mode: default
13+
content:
14+
field_question_answer_pair:
15+
type: entity_reference_revisions_entity_view
16+
weight: 0
17+
label: hidden
18+
settings:
19+
view_mode: default
20+
link: ''
21+
third_party_settings: { }
22+
region: content
23+
hidden: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.paragraph.question_answer_pair.field_answer
6+
- field.field.paragraph.question_answer_pair.field_question
7+
- paragraphs.paragraphs_type.question_answer_pair
8+
module:
9+
- text
10+
id: paragraph.question_answer_pair.default
11+
targetEntityType: paragraph
12+
bundle: question_answer_pair
13+
mode: default
14+
content:
15+
field_answer:
16+
weight: 1
17+
label: hidden
18+
settings: { }
19+
third_party_settings: { }
20+
type: text_default
21+
region: content
22+
field_question:
23+
weight: 0
24+
label: hidden
25+
settings:
26+
link_to_entity: false
27+
third_party_settings: { }
28+
type: string
29+
region: content
30+
hidden: { }

0 commit comments

Comments
 (0)