Add path and url_redirects to config

This commit is contained in:
Oliver Davies 2020-05-08 13:43:41 +01:00
parent 18d8b0c054
commit 310460ee4b
4 changed files with 27 additions and 0 deletions

View file

@ -26,6 +26,12 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
region: content region: content
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:

View file

@ -74,4 +74,9 @@ content:
match_limit: 10 match_limit: 10
region: content region: content
third_party_settings: { } third_party_settings: { }
url_redirects:
weight: 50
settings: { }
third_party_settings: { }
region: content
hidden: { } hidden: { }

View file

@ -94,4 +94,9 @@ content:
match_limit: 10 match_limit: 10
region: content region: content
third_party_settings: { } third_party_settings: { }
url_redirects:
weight: 50
settings: { }
third_party_settings: { }
region: content
hidden: { } hidden: { }

View file

@ -42,6 +42,12 @@ content:
third_party_settings: { } third_party_settings: { }
type: entity_reference_paragraphs type: entity_reference_paragraphs
region: content region: content
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
promote: promote:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
@ -81,4 +87,9 @@ content:
match_limit: 10 match_limit: 10
region: content region: content
third_party_settings: { } third_party_settings: { }
url_redirects:
weight: 50
settings: { }
third_party_settings: { }
region: content
hidden: { } hidden: { }