mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 15:14:35 +00:00
Add migrated field group configuration
This commit is contained in:
parent
1fdf68a56b
commit
ba98c35409
1 changed files with 18 additions and 0 deletions
|
@ -9,9 +9,27 @@ dependencies:
|
|||
- field.field.node.session.field_topics
|
||||
- node.type.session
|
||||
module:
|
||||
- field_group
|
||||
- file
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_resources:
|
||||
children:
|
||||
- field_video_recording
|
||||
- field_slides
|
||||
label: Resources
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 5
|
||||
format_type: fieldset
|
||||
format_settings:
|
||||
classes: 'group-resources field-group-fieldset'
|
||||
id: ''
|
||||
description: ''
|
||||
required_fields: true
|
||||
formatter: collapsible
|
||||
id: node.session.default
|
||||
targetEntityType: node
|
||||
bundle: session
|
||||
|
|
Loading…
Reference in a new issue