updated field_group to ^3.0
This commit is contained in:
parent
265bcab6c0
commit
0a3687ffc7
|
@ -6281,17 +6281,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/field_group",
|
||||
"version": "1.0.0",
|
||||
"version": "3.0.0-rc1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/field_group.git",
|
||||
"reference": "8.x-1.0"
|
||||
"reference": "8.x-3.0-rc1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-1.0.zip",
|
||||
"reference": "8.x-1.0",
|
||||
"shasum": "e8aa3fae5c3c5dec84644bb577996938d638a611"
|
||||
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.0-rc1.zip",
|
||||
"reference": "8.x-3.0-rc1",
|
||||
"shasum": "e291b5468c834a344e9aa6cafd3a76171d473a22"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
|
@ -6299,14 +6299,14 @@
|
|||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
"dev-3.x": "3.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0",
|
||||
"datestamp": "1510352885",
|
||||
"version": "8.x-3.0-rc1",
|
||||
"datestamp": "1558647185",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
"status": "not-covered",
|
||||
"message": "RC releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -41,6 +41,7 @@ third_party_settings:
|
|||
classes: ''
|
||||
direction: horizontal
|
||||
label: htabs
|
||||
region: content
|
||||
group_contents:
|
||||
children:
|
||||
- title
|
||||
|
@ -57,6 +58,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
region: content
|
||||
group_media:
|
||||
children:
|
||||
- field_visuel
|
||||
|
@ -71,6 +73,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: media
|
||||
region: content
|
||||
group_taxonomy:
|
||||
children:
|
||||
- field_thesaurus
|
||||
|
@ -86,6 +89,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Taxonomy
|
||||
region: content
|
||||
group_internal:
|
||||
children:
|
||||
- langcode
|
||||
|
@ -103,6 +107,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
region: content
|
||||
id: node.article.default
|
||||
targetEntityType: node
|
||||
bundle: article
|
||||
|
|
|
@ -53,6 +53,7 @@ third_party_settings:
|
|||
classes: ''
|
||||
direction: horizontal
|
||||
label: htabs
|
||||
region: content
|
||||
group_contenus:
|
||||
children:
|
||||
- title
|
||||
|
@ -68,6 +69,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Contenus
|
||||
region: content
|
||||
group_taxonomy:
|
||||
children:
|
||||
- field_thesaurus
|
||||
|
@ -82,6 +84,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Taxonomy
|
||||
region: content
|
||||
group_media:
|
||||
children:
|
||||
- field_materiau_images
|
||||
|
@ -96,6 +99,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: media
|
||||
region: content
|
||||
group_companies:
|
||||
children:
|
||||
- field_manufacturer
|
||||
|
@ -110,6 +114,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Companies
|
||||
region: content
|
||||
group_files:
|
||||
children:
|
||||
- field_attachments
|
||||
|
@ -123,6 +128,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Files
|
||||
region: content
|
||||
group_links:
|
||||
children:
|
||||
- field_linked_materials
|
||||
|
@ -137,6 +143,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Links
|
||||
region: content
|
||||
group_samples_showroom:
|
||||
children:
|
||||
- field_samples
|
||||
|
@ -150,6 +157,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: 'Samples Showroom'
|
||||
region: content
|
||||
group_internal:
|
||||
children:
|
||||
- field_famille
|
||||
|
@ -169,6 +177,7 @@ third_party_settings:
|
|||
id: ''
|
||||
classes: ''
|
||||
label: Internal
|
||||
region: content
|
||||
id: node.materiau.default
|
||||
targetEntityType: node
|
||||
bundle: materiau
|
||||
|
|
|
@ -38,6 +38,7 @@ third_party_settings:
|
|||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
region: content
|
||||
group_infos:
|
||||
children:
|
||||
- field_departement
|
||||
|
@ -56,6 +57,7 @@ third_party_settings:
|
|||
id: ''
|
||||
classes: ''
|
||||
label: 'Public infos'
|
||||
region: content
|
||||
group_contents:
|
||||
children:
|
||||
- description
|
||||
|
@ -70,6 +72,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
region: content
|
||||
group_internal:
|
||||
children:
|
||||
- field_workflow
|
||||
|
@ -89,6 +92,7 @@ third_party_settings:
|
|||
id: ''
|
||||
classes: ''
|
||||
label: Internal
|
||||
region: content
|
||||
group_attachments:
|
||||
children:
|
||||
- field_attachments
|
||||
|
@ -102,6 +106,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Attachments
|
||||
region: content
|
||||
id: taxonomy_term.company.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: company
|
||||
|
|
|
@ -31,6 +31,7 @@ third_party_settings:
|
|||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
region: content
|
||||
group_info:
|
||||
children:
|
||||
- field_public_email
|
||||
|
@ -46,6 +47,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Infos
|
||||
region: content
|
||||
group_internal:
|
||||
children:
|
||||
- langcode
|
||||
|
@ -63,6 +65,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
region: content
|
||||
group_contents:
|
||||
children:
|
||||
- description
|
||||
|
@ -76,6 +79,7 @@ third_party_settings:
|
|||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
region: content
|
||||
id: taxonomy_term.showroom.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: showroom
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8383835acbd61e0e7ba8571bd77ebc0203b2b234
|
||||
Subproject commit feae77fc8dfb9112781e35e874a8f5a02ef679aa
|
Loading…
Reference in New Issue