Export other config changes
This commit is contained in:
parent
9db21f51f0
commit
7d71915518
|
@ -91,6 +91,17 @@ content:
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
publish_on:
|
||||||
|
type: datetime_timestamp_no_default
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
scheduler_settings:
|
||||||
|
weight: 20
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
|
@ -123,6 +134,12 @@ content:
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
unpublish_on:
|
||||||
|
type: datetime_timestamp_no_default
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
|
|
|
@ -86,6 +86,12 @@ content:
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
publish_on:
|
||||||
|
type: datetime_timestamp_no_default
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
|
@ -118,6 +124,12 @@ content:
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
unpublish_on:
|
||||||
|
type: datetime_timestamp_no_default
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 50
|
weight: 50
|
||||||
region: content
|
region: content
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.post.body
|
- field.field.node.post.body
|
||||||
- field.field.node.post.field_excerpt
|
- field.field.node.post.field_excerpt
|
||||||
|
- field.field.node.post.field_external_link
|
||||||
- field.field.node.post.field_has_tweet
|
- field.field.node.post.field_has_tweet
|
||||||
- field.field.node.post.field_images
|
- field.field.node.post.field_images
|
||||||
- field.field.node.post.field_sent_to_social_media
|
- field.field.node.post.field_sent_to_social_media
|
||||||
|
|
|
@ -5,7 +5,7 @@ slogan: 'UK based Drupal, Symfony, PHP Developer'
|
||||||
page:
|
page:
|
||||||
403: ''
|
403: ''
|
||||||
404: ''
|
404: ''
|
||||||
front: /user/login
|
front: /node/163
|
||||||
admin_compact_mode: false
|
admin_compact_mode: false
|
||||||
weight_select_max: 100
|
weight_select_max: 100
|
||||||
langcode: en
|
langcode: en
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
admin: gin
|
admin: claro
|
||||||
default: opdavies
|
default: opdavies
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk
|
default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk
|
||||||
|
|
Loading…
Reference in a new issue