Add blog listing more link
This commit is contained in:
parent
8ec5f69e58
commit
d90cb8d5a2
1 changed files with 10 additions and 0 deletions
|
@ -257,12 +257,22 @@ display:
|
||||||
filters: false
|
filters: false
|
||||||
filter_groups: false
|
filter_groups: false
|
||||||
title: false
|
title: false
|
||||||
|
use_more: false
|
||||||
|
use_more_always: false
|
||||||
|
use_more_text: false
|
||||||
|
link_display: false
|
||||||
|
link_url: false
|
||||||
filter_groups:
|
filter_groups:
|
||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
1: AND
|
1: AND
|
||||||
title: 'Latest blogs'
|
title: 'Latest blogs'
|
||||||
display_description: ''
|
display_description: ''
|
||||||
|
use_more: true
|
||||||
|
use_more_always: true
|
||||||
|
use_more_text: 'More blog posts'
|
||||||
|
link_display: custom_url
|
||||||
|
link_url: /blog
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue