Skip to content

Commit

Permalink
Merge pull request #123 from drupal-ukraine/field_group_update
Browse files Browse the repository at this point in the history
Update field_group module and configs to fix notice
  • Loading branch information
anpolimus authored May 26, 2019
2 parents 3813242 + 7d60646 commit 248f498
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 55 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"drupal/email_registration": "^1.0@RC",
"drupal/entity_browser": "^2.0",
"drupal/field_defaults": "^1.0",
"drupal/field_group": "^1.0",
"drupal/field_group": "^3.0",
"drupal/geolocation": "^1.11",
"drupal/google_analytics": "^3.0",
"drupal/link_attributes": "^1.5",
Expand Down
50 changes: 24 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 80 additions & 20 deletions config/sync/core.entity_form_display.node.landing_page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,95 @@ dependencies:
- metatag
- paragraphs
- path
- scheduler
- yoast_seo
third_party_settings:
field_group:
group_header:
children:
- field_header
- field_transparent_header
parent_name: ''
weight: 3
weight: 1
format_type: html_element
format_settings:
label: Header
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: collapsible
effect: none
speed: fast
id: ''
classes: ''
required_fields: false
label: Header
region: content
group_page_content:
children:
- field_page_content
parent_name: ''
weight: 3
format_type: html_element
format_settings:
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: ''
required_fields: false
label: 'Page content'
region: content
group_right_sidebar:
children:
- field_right_sidebar
parent_name: ''
weight: 4
format_type: html_element
format_settings:
id: ''
classes: ''
element: div
show_label: false
label_element: h3
label_element_classes: ''
required_fields: false
attributes: ''
effect: none
speed: fast
label: 'Right Sidebar'
region: content
group_footer:
children:
- field_footer
parent_name: ''
weight: 5
format_type: html_element
format_settings:
id: ''
classes: ''
element: div
show_label: false
label_element: h3
label_element_classes: ''
required_fields: false
attributes: ''
effect: none
speed: fast
label: Footer
region: content
id: node.landing_page.default
targetEntityType: node
bundle: landing_page
mode: default
content:
created:
type: datetime_timestamp
weight: 8
weight: 9
region: content
settings: { }
third_party_settings: { }
Expand All @@ -57,7 +117,7 @@ content:
region: content
field_footer:
type: paragraphs
weight: 5
weight: 6
settings:
title: Paragraph
title_plural: Paragraphs
Expand All @@ -76,7 +136,7 @@ content:
region: content
field_header:
type: paragraphs
weight: 3
weight: 0
settings:
title: Paragraph
title_plural: Paragraphs
Expand All @@ -94,14 +154,14 @@ content:
third_party_settings: { }
region: content
field_meta_tags:
weight: 26
weight: 16
settings: { }
third_party_settings: { }
type: metatag_firehose
region: content
field_page_content:
type: paragraphs
weight: 3
weight: 4
settings:
title: Paragraph
title_plural: Paragraphs
Expand All @@ -120,7 +180,7 @@ content:
region: content
field_right_sidebar:
type: paragraphs
weight: 4
weight: 5
settings:
title: Paragraph
title_plural: Paragraphs
Expand All @@ -144,56 +204,56 @@ content:
type: boolean_checkbox
region: content
field_yoast_seo:
weight: 27
weight: 17
settings:
body: body
third_party_settings: { }
type: yoast_seo_widget
region: content
langcode:
type: language_select
weight: 6
weight: 7
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 12
weight: 14
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 11
weight: 13
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
settings:
display_label: true
weight: 9
weight: 10
region: content
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
weight: 19
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 13
weight: 15
region: content
third_party_settings: { }
sticky:
type: boolean_checkbox
settings:
display_label: true
weight: 10
weight: 11
region: content
third_party_settings: { }
title:
Expand All @@ -205,13 +265,13 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 10
weight: 12
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 7
weight: 8
settings:
match_operator: CONTAINS
size: 60
Expand All @@ -220,7 +280,7 @@ content:
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
weight: 18
region: content
settings: { }
third_party_settings: { }
Expand Down
Loading

0 comments on commit 248f498

Please sign in to comment.