Config sync
This commit is contained in:
parent
dc39d1cfa8
commit
2ef36a4850
12 changed files with 2163 additions and 8 deletions
|
@ -6,9 +6,11 @@ dependencies:
|
|||
- field.field.node.sponsor.body
|
||||
- field.field.node.sponsor.field_logo
|
||||
- field.field.node.sponsor.field_sponsor_level
|
||||
- field.field.node.sponsor.field_website
|
||||
- node.type.sponsor
|
||||
module:
|
||||
- image
|
||||
- link
|
||||
- options
|
||||
- text
|
||||
- user
|
||||
|
@ -20,13 +22,13 @@ content:
|
|||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_logo:
|
||||
weight: 102
|
||||
label: above
|
||||
weight: 0
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
|
@ -34,13 +36,23 @@ content:
|
|||
type: image
|
||||
region: content
|
||||
field_sponsor_level:
|
||||
weight: 103
|
||||
label: above
|
||||
weight: 2
|
||||
label: inline
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
field_website:
|
||||
weight: 1
|
||||
label: inline
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
hidden: { }
|
||||
hidden:
|
||||
links: true
|
||||
|
|
Reference in a new issue