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_links
|
||||
- group_samples_showroom
|
||||
- group_internal
|
||||
parent_name: ''
|
||||
weight: 0
|
||||
format_type: tabs
|
||||
|
@ -159,15 +158,16 @@ third_party_settings:
|
|||
- field_memo
|
||||
- field_workflow
|
||||
- field_migration
|
||||
parent_name: group_htabs
|
||||
weight: 15
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
label: Internal
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: ''
|
||||
classes: ''
|
||||
label: Internal
|
||||
id: node.materiau.default
|
||||
targetEntityType: node
|
||||
|
@ -307,7 +307,7 @@ content:
|
|||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -325,7 +325,7 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
|
@ -30,7 +30,6 @@ third_party_settings:
|
|||
- group_infos
|
||||
- group_contents
|
||||
- group_attachments
|
||||
- group_internal
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
|
@ -79,15 +78,16 @@ third_party_settings:
|
|||
- field_memo
|
||||
- langcode
|
||||
- translation
|
||||
parent_name: group_tabs
|
||||
weight: 15
|
||||
parent_name: ''
|
||||
weight: 2
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
label: Internal
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: ''
|
||||
classes: ''
|
||||
label: Internal
|
||||
group_attachments:
|
||||
children:
|
||||
|
@ -160,8 +160,7 @@ content:
|
|||
region: content
|
||||
field_public_address:
|
||||
weight: 17
|
||||
settings:
|
||||
default_country: null
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: address_default
|
||||
region: content
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
uuid: 75218419-b6ef-4f16-9ea9-bc7a04727826
|
||||
langcode: en
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
|
|
Loading…
Reference in New Issue