better newsletter from display
This commit is contained in:
parent
9e15f84585
commit
530b935d74
|
@ -7,8 +7,35 @@ dependencies:
|
||||||
- field.field.node.simplenews_issue.simplenews_issue
|
- field.field.node.simplenews_issue.simplenews_issue
|
||||||
- node.type.simplenews_issue
|
- node.type.simplenews_issue
|
||||||
module:
|
module:
|
||||||
|
- field_group
|
||||||
- path
|
- path
|
||||||
|
- simplenews
|
||||||
- text
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_details:
|
||||||
|
children:
|
||||||
|
- status
|
||||||
|
- promote
|
||||||
|
- uid
|
||||||
|
- created
|
||||||
|
- sticky
|
||||||
|
- langcode
|
||||||
|
- url_redirects
|
||||||
|
- path
|
||||||
|
parent_name: ''
|
||||||
|
weight: 11
|
||||||
|
format_type: details_sidebar
|
||||||
|
region: content
|
||||||
|
format_settings:
|
||||||
|
description: ''
|
||||||
|
show_empty_fields: true
|
||||||
|
open: true
|
||||||
|
weight: -100
|
||||||
|
required_fields: true
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
label: Details
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: WqeUSrMFjkfE6sD1OFP-91spC9kIXK8gtJ_qXf4bKDg
|
default_config_hash: WqeUSrMFjkfE6sD1OFP-91spC9kIXK8gtJ_qXf4bKDg
|
||||||
id: node.simplenews_issue.default
|
id: node.simplenews_issue.default
|
||||||
|
@ -28,20 +55,20 @@ content:
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 5
|
weight: 13
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 15
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 8
|
weight: 17
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -49,11 +76,11 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 6
|
weight: 11
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
simplenews_issue:
|
simplenews_issue:
|
||||||
type: options_select
|
type: simplenews_issue
|
||||||
weight: 1
|
weight: 1
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -69,7 +96,7 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 7
|
weight: 14
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
|
@ -82,7 +109,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 4
|
weight: 12
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -91,7 +118,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 9
|
weight: 16
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
Loading…
Reference in New Issue