Issue #1938414 by damiankloip: Fixed frontpage (/node) view should use unfiltered text for empty area handler.
parent
2cb952f9bf
commit
5d9b2bf392
|
@ -12,14 +12,13 @@ display:
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
empty:
|
empty:
|
||||||
area:
|
area_text_custom:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
content: 'No front page content has been created yet.'
|
content: 'No front page content has been created yet.'
|
||||||
empty: '1'
|
empty: '1'
|
||||||
field: area
|
field: area_text_custom
|
||||||
format: plain_text
|
|
||||||
group_type: group
|
group_type: group
|
||||||
id: area
|
id: area_text_custom
|
||||||
label: ''
|
label: ''
|
||||||
relationship: none
|
relationship: none
|
||||||
table: views
|
table: views
|
||||||
|
|
Loading…
Reference in New Issue