mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 19:01:40 +02:00
Flextype Core: Content #165
- set default entris_limit = 2 for blog entry
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"title": "Blog",
|
||||
"template": "blog",
|
||||
"fieldset": "blog",
|
||||
"date": "June 07 2019 10:08:11",
|
||||
"description": "",
|
||||
"menu_item_title": "Blog",
|
||||
"menu_item_url": "blog",
|
||||
"menu_item_target": "self",
|
||||
"menu_item_order": "2"
|
||||
{
|
||||
"title": "Blog",
|
||||
"template": "blog",
|
||||
"fieldset": "blog",
|
||||
"date": "June 07 2019 10:08:11",
|
||||
"description": "",
|
||||
"menu_item_title": "Blog",
|
||||
"menu_item_url": "blog",
|
||||
"menu_item_target": "self",
|
||||
"menu_item_order": "2",
|
||||
"entries_limit": "2"
|
||||
}
|
Reference in New Issue
Block a user