improved assisted research admin ui
This commit is contained in:
parent
8bb66730a3
commit
45d9b7cefb
|
@ -6,23 +6,61 @@ dependencies:
|
||||||
- field.field.taxonomy_term.assisted_research.field_terms
|
- field.field.taxonomy_term.assisted_research.field_terms
|
||||||
- taxonomy.vocabulary.assisted_research
|
- taxonomy.vocabulary.assisted_research
|
||||||
module:
|
module:
|
||||||
|
- field_group
|
||||||
- path
|
- path
|
||||||
- text
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_list
|
||||||
|
- group_admin
|
||||||
|
parent_name: ''
|
||||||
|
weight: 1
|
||||||
|
format_type: tabs
|
||||||
|
region: content
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
direction: horizontal
|
||||||
|
label: tabs
|
||||||
|
group_list:
|
||||||
|
children:
|
||||||
|
- field_terms
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 8
|
||||||
|
format_type: tab
|
||||||
|
region: content
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
description: ''
|
||||||
|
formatter: open
|
||||||
|
required_fields: true
|
||||||
|
label: List
|
||||||
|
group_admin:
|
||||||
|
children:
|
||||||
|
- langcode
|
||||||
|
- translation
|
||||||
|
- status
|
||||||
|
- path
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 9
|
||||||
|
format_type: tab
|
||||||
|
region: content
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
description: ''
|
||||||
|
formatter: closed
|
||||||
|
required_fields: true
|
||||||
|
label: admin
|
||||||
id: taxonomy_term.assisted_research.default
|
id: taxonomy_term.assisted_research.default
|
||||||
targetEntityType: taxonomy_term
|
targetEntityType: taxonomy_term
|
||||||
bundle: assisted_research
|
bundle: assisted_research
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
description:
|
|
||||||
type: text_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_terms:
|
field_terms:
|
||||||
weight: 101
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
|
@ -33,14 +71,14 @@ content:
|
||||||
region: content
|
region: content
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: -5
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -48,7 +86,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -56,12 +94,13 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 100
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 10
|
weight: 4
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
hidden:
|
||||||
hidden: { }
|
description: true
|
||||||
|
|
Loading…
Reference in New Issue