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:
|
||||
type: none
|
||||
empty:
|
||||
area:
|
||||
area_text_custom:
|
||||
admin_label: ''
|
||||
content: 'No front page content has been created yet.'
|
||||
empty: '1'
|
||||
field: area
|
||||
format: plain_text
|
||||
field: area_text_custom
|
||||
group_type: group
|
||||
id: area
|
||||
id: area_text_custom
|
||||
label: ''
|
||||
relationship: none
|
||||
table: views
|
||||
|
|
Loading…
Reference in New Issue