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
|
entity_field: created
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: ''
|
label: ''
|
||||||
exclude: true
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
text: ''
|
text: ''
|
||||||
|
@ -111,7 +111,7 @@ display:
|
||||||
label: ''
|
label: ''
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: true
|
alter_text: false
|
||||||
text: '{{ created }}: {{ title }}'
|
text: '{{ created }}: {{ title }}'
|
||||||
make_link: false
|
make_link: false
|
||||||
path: ''
|
path: ''
|
||||||
|
@ -172,8 +172,8 @@ display:
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: ››
|
next: 'Older Posts →'
|
||||||
previous: ‹‹
|
previous: '← Newer Posts'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
|
@ -244,12 +244,19 @@ display:
|
||||||
options:
|
options:
|
||||||
grouping: { }
|
grouping: { }
|
||||||
row_class: ''
|
row_class: ''
|
||||||
default_row_class: true
|
default_row_class: false
|
||||||
type: ul
|
type: ul
|
||||||
wrapper_class: item-list
|
wrapper_class: ''
|
||||||
class: ''
|
class: ''
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
options:
|
||||||
|
default_field_elements: false
|
||||||
|
inline:
|
||||||
|
created: created
|
||||||
|
title: title
|
||||||
|
separator: ':'
|
||||||
|
hide_empty: false
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -270,7 +277,7 @@ display:
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
empty: false
|
empty: false
|
||||||
content:
|
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
|
format: basic_html
|
||||||
tokenize: false
|
tokenize: false
|
||||||
footer: { }
|
footer: { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue