made internal tab always visible in materiau and companie form
This commit is contained in:
parent
f6166605bd
commit
00159a5db8
|
@ -45,7 +45,6 @@ third_party_settings:
|
||||||
- group_files
|
- group_files
|
||||||
- group_links
|
- group_links
|
||||||
- group_samples_showroom
|
- group_samples_showroom
|
||||||
- group_internal
|
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 0
|
weight: 0
|
||||||
format_type: tabs
|
format_type: tabs
|
||||||
|
@ -159,15 +158,16 @@ third_party_settings:
|
||||||
- field_memo
|
- field_memo
|
||||||
- field_workflow
|
- field_workflow
|
||||||
- field_migration
|
- field_migration
|
||||||
parent_name: group_htabs
|
parent_name: ''
|
||||||
weight: 15
|
weight: 1
|
||||||
format_type: tab
|
format_type: tab
|
||||||
format_settings:
|
format_settings:
|
||||||
id: ''
|
label: Internal
|
||||||
classes: ''
|
formatter: open
|
||||||
formatter: closed
|
|
||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
label: Internal
|
label: Internal
|
||||||
id: node.materiau.default
|
id: node.materiau.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
|
@ -307,7 +307,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -325,7 +325,7 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
|
@ -30,7 +30,6 @@ third_party_settings:
|
||||||
- group_infos
|
- group_infos
|
||||||
- group_contents
|
- group_contents
|
||||||
- group_attachments
|
- group_attachments
|
||||||
- group_internal
|
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: tabs
|
format_type: tabs
|
||||||
|
@ -79,15 +78,16 @@ third_party_settings:
|
||||||
- field_memo
|
- field_memo
|
||||||
- langcode
|
- langcode
|
||||||
- translation
|
- translation
|
||||||
parent_name: group_tabs
|
parent_name: ''
|
||||||
weight: 15
|
weight: 2
|
||||||
format_type: tab
|
format_type: tab
|
||||||
format_settings:
|
format_settings:
|
||||||
id: ''
|
label: Internal
|
||||||
classes: ''
|
formatter: open
|
||||||
formatter: closed
|
|
||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
label: Internal
|
label: Internal
|
||||||
group_attachments:
|
group_attachments:
|
||||||
children:
|
children:
|
||||||
|
@ -160,8 +160,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_public_address:
|
field_public_address:
|
||||||
weight: 17
|
weight: 17
|
||||||
settings:
|
settings: { }
|
||||||
default_country: null
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: address_default
|
type: address_default
|
||||||
region: content
|
region: content
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
uuid: 75218419-b6ef-4f16-9ea9-bc7a04727826
|
uuid: 75218419-b6ef-4f16-9ea9-bc7a04727826
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
enforced:
|
enforced:
|
||||||
|
|
Loading…
Reference in New Issue