1
0
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:
Awilum
2019-06-27 02:33:01 +03:00
parent 5b07b54897
commit 0ccc7df95c

View File

@@ -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"
}