Export configuration
This commit is contained in:
parent
e0b9611b74
commit
313740fba7
1 changed files with 14 additions and 7 deletions
|
@ -34,7 +34,7 @@ display:
|
|||
entity_field: created
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: true
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
|
@ -111,7 +111,7 @@ display:
|
|||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
alter_text: false
|
||||
text: '{{ created }}: {{ title }}'
|
||||
make_link: false
|
||||
path: ''
|
||||
|
@ -172,8 +172,8 @@ display:
|
|||
total_pages: null
|
||||
id: 0
|
||||
tags:
|
||||
next: ››
|
||||
previous: ‹‹
|
||||
next: 'Older Posts →'
|
||||
previous: '← Newer Posts'
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Items per page'
|
||||
|
@ -244,12 +244,19 @@ display:
|
|||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
default_row_class: false
|
||||
type: ul
|
||||
wrapper_class: item-list
|
||||
wrapper_class: ''
|
||||
class: ''
|
||||
row:
|
||||
type: fields
|
||||
options:
|
||||
default_field_elements: false
|
||||
inline:
|
||||
created: created
|
||||
title: title
|
||||
separator: ':'
|
||||
hide_empty: false
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
|
@ -270,7 +277,7 @@ display:
|
|||
plugin_id: text
|
||||
empty: false
|
||||
content:
|
||||
value: '<p>This is an archive of the 800+ email messages I have sent to my daily mailing list since the 12th of August, 2022. Enjoy!</p>'
|
||||
value: '<p>This is an archive of the 800+ email messages I have sent to <a href="/daily">my daily mailing list</a> since the 12th of August, 2022. Enjoy!</p>'
|
||||
format: basic_html
|
||||
tokenize: false
|
||||
footer: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue