Commit 25947561 authored by Sven Franck's avatar Sven Franck

data: add single page pagination JSON

parent 36b712ff
......@@ -13,12 +13,12 @@
},
"pagination": {
"class_list": "center",
"option_list": [
{"value": "8", "text": "8", "text_i18n":"global_dict.8"},
{"value": "16", "text": "16", "text_i18n":"global_dict.16"},
{"value": "32", "text": "32", "text_i18n":"global_dict.32"},
{"value": "64", "text": "64", "text_i18n":"global_dict.64"}
]
"option_list": [
{"value": "8", "text": "8", "text_i18n":"global_dict.8"},
{"value": "16", "text": "16", "text_i18n":"global_dict.16"},
{"value": "32", "text": "32", "text_i18n":"global_dict.32"},
{"value": "64", "text": "64", "text_i18n":"global_dict.64"}
]
}
},
"scheme": [
......
......@@ -4,7 +4,11 @@
"initial_query": {"include_docs": true, "limit": [0,1]},
"property_dict": {
"initial_query_url_identifier": "_id",
"direct_map": true
"direct_map": true,
"pagination": {
"class_list": "center",
"single": true
}
},
"children": [{
"generate": "widget",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment