Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 16 additions & 28 deletions config/default/core.entity_form_display.node.job.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ status: true
dependencies:
config:
- field.field.node.job.body
- field.field.node.job.field_paragraph
- field.field.node.job.field_application_link
- field.field.node.job.field_qualifications
- field.field.node.job.field_requirements
- node.type.job
module:
- paragraphs
- link
- path
- text
id: node.job.default
Expand All @@ -19,7 +19,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 1
weight: 121
region: content
settings:
rows: 9
Expand All @@ -29,55 +29,43 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 6
weight: 10
region: content
settings: { }
third_party_settings: { }
field_paragraph:
type: paragraphs
weight: 4
field_application_link:
type: link_default
weight: 124
region: content
settings:
title: CTA
title_plural: CTAs
edit_mode: closed
closed_mode: summary
autocollapse: all
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: cta
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_qualifications:
type: text_textarea
weight: 2
weight: 122
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_requirements:
type: text_textarea
weight: 3
weight: 123
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 10
weight: 30
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 8
weight: 15
region: content
settings:
display_label: true
Expand All @@ -89,21 +77,21 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 11
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 9
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
weight: -5
region: content
settings:
size: 60
Expand Down