Hide labels on event fields
This commit is contained in:
parent
8c16f8b752
commit
ec3cd3e362
|
@ -19,7 +19,7 @@ mode: default
|
||||||
content:
|
content:
|
||||||
field_date:
|
field_date:
|
||||||
weight: 2
|
weight: 2
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
format_type: medium
|
format_type: medium
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
|
@ -28,7 +28,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_link:
|
field_link:
|
||||||
weight: 1
|
weight: 1
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
trim_length: 80
|
trim_length: 80
|
||||||
url_only: false
|
url_only: false
|
||||||
|
@ -40,7 +40,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_location:
|
field_location:
|
||||||
weight: 4
|
weight: 4
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -48,7 +48,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_name:
|
field_name:
|
||||||
weight: 0
|
weight: 0
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -56,7 +56,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_remote:
|
field_remote:
|
||||||
weight: 3
|
weight: 3
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
format: default
|
format: default
|
||||||
format_custom_false: ''
|
format_custom_false: ''
|
||||||
|
|
Loading…
Reference in a new issue