Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
1e14661d
Commit
1e14661d
authored
Apr 11, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: made category overview dynamic
parent
74609087
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
data/home.json
data/home.json
+19
-15
No files found.
data/home.json
View file @
1e14661d
...
...
@@ -20,26 +20,30 @@
"type"
:
"img"
,
"direct"
:
{
"src"
:
"img/weinparis.jpg"
,
"alt"
:
""
}
},{
"portal_type_source"
:
"Product"
,
"portal_type_title"
:
"product"
,
"skip_total_records"
:
true
,
"initial_query"
:
{
"include_docs"
:
true
,
"limit"
:[
0
,
5
],
"select_list"
:
[]},
"property_dict"
:
{},
"scheme"
:
[],
"portal_type_source"
:
"Portal Category"
,
"portal_type_title"
:
"category"
,
"initial_query"
:
{
"query"
:
"reference: 'product_section'"
,
"include_docs"
:
true
,
"select_list"
:
[
"title"
,
"title_i18n"
,
"_id"
]},
"property_dict"
:
{
"link"
:
true
,
"link_identifier"
:
"_id"
,
"link_core"
:
"product_module:filter="
},
"scheme"
:
[
{
"position"
:
"center"
,
"field_list"
:
[
{
"field"
:
"title"
}
]
}
],
"children"
:
[{
"generate"
:
"widget"
,
"type"
:
"controlgroup"
,
"property_dict"
:
{
"
class_list"
:
"foo"
,
"
dynamic"
:
true
"
dynamic"
:
true
,
"
map_children"
:
"listItem"
},
"children"
:
[
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#"
,
"className"
:
"ui-btn"
},
"attributes"
:
{},
"logic"
:
{
"text"
:
"a"
}},
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#"
,
"className"
:
"ui-btn"
},
"attributes"
:
{},
"logic"
:
{
"text"
:
"b"
}},
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#"
,
"className"
:
"ui-btn"
},
"attributes"
:
{},
"logic"
:
{
"text"
:
"c"
}},
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#"
,
"className"
:
"ui-btn"
},
"attributes"
:
{},
"logic"
:
{
"text"
:
"d"
}},
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#"
,
"className"
:
"ui-btn"
},
"attributes"
:
{},
"logic"
:
{
"text"
:
"e"
}}
]
"children"
:
[]
}]
}]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment