fixed static pages form display
This commit is contained in:
@@ -9,10 +9,56 @@ dependencies:
|
|||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- node.type.static
|
- node.type.static
|
||||||
module:
|
module:
|
||||||
|
- field_group
|
||||||
- image
|
- image
|
||||||
- path
|
|
||||||
- text
|
- text
|
||||||
- workflow
|
- workflow
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_contenus
|
||||||
|
- group_infos
|
||||||
|
parent_name: ''
|
||||||
|
weight: 5
|
||||||
|
format_type: tabs
|
||||||
|
format_settings:
|
||||||
|
label: Tabs
|
||||||
|
direction: horizontal
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
label: Tabs
|
||||||
|
region: content
|
||||||
|
group_contenus:
|
||||||
|
children:
|
||||||
|
- field_visuel
|
||||||
|
- body
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 13
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
label: contenus
|
||||||
|
region: content
|
||||||
|
group_infos:
|
||||||
|
children:
|
||||||
|
- langcode
|
||||||
|
- field_workflow_generic
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 14
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
label: infos
|
||||||
|
region: content
|
||||||
id: node.static.default
|
id: node.static.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: static
|
bundle: static
|
||||||
@@ -20,19 +66,13 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 2
|
weight: 4
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
created:
|
|
||||||
type: datetime_timestamp
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_visuel:
|
field_visuel:
|
||||||
weight: 3
|
weight: 3
|
||||||
settings:
|
settings:
|
||||||
@@ -42,7 +82,7 @@ content:
|
|||||||
type: image_image
|
type: image_image
|
||||||
region: content
|
region: content
|
||||||
field_workflow_generic:
|
field_workflow_generic:
|
||||||
weight: 4
|
weight: 2
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: workflow_default
|
type: workflow_default
|
||||||
@@ -54,26 +94,6 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
|
||||||
type: path
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
promote:
|
|
||||||
type: boolean_checkbox
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
sticky:
|
|
||||||
type: boolean_checkbox
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@@ -82,19 +102,11 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
uid:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 5
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
|
created: true
|
||||||
|
path: true
|
||||||
|
promote: true
|
||||||
status: true
|
status: true
|
||||||
|
sticky: true
|
||||||
|
translation: true
|
||||||
|
uid: true
|
||||||
|
|||||||
Reference in New Issue
Block a user