Output no labels, full image, and don't allow entry of link titles
This commit is contained in:
parent
fb5a538b6d
commit
b078120937
3 changed files with 17 additions and 16 deletions
|
@ -22,7 +22,7 @@ mode: columnar
|
|||
content:
|
||||
field_image:
|
||||
weight: 0
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
image_link: ''
|
||||
|
@ -31,19 +31,19 @@ content:
|
|||
region: content
|
||||
field_link:
|
||||
weight: 1
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
trim_length: null
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
rel: '0'
|
||||
target: '0'
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
type: link_separate
|
||||
region: content
|
||||
field_text:
|
||||
weight: 2
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue