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
c70ef8b4
Commit
c70ef8b4
authored
May 01, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: added carousel widget with dynamic image loading
parent
5d82dffd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletion
+29
-1
data/product_carousel.json
data/product_carousel.json
+27
-0
data/product_module.json
data/product_module.json
+2
-1
No files found.
data/product_carousel.json
0 → 100644
View file @
c70ef8b4
{
"portal_type_source"
:
"Product Individual Variation"
,
"portal_type_title"
:
"product_individual_variation"
,
"skip_total_records"
:
true
,
"initial_query"
:
{
"include_docs"
:
true
},
"property_dict"
:
{
"initial_query_url_identifier"
:
"reference"
,
"spawn_on"
:
"image_list"
},
"scheme"
:
[{
"position"
:
"content"
,
"field_list"
:
[{
"field"
:
"image_list"
,
"type"
:
"image"
}]
}],
"children"
:
[{
"generate"
:
"widget"
,
"type"
:
"carousel"
,
"property_dict"
:
{
"handles"
:
true
,
"captions"
:
true
,
"captiontheme"
:
"slapos-white"
,
"captionpos"
:
"bottom"
,
"map_children"
:
"listItem"
,
"dynamic"
:
true
},
"children"
:
[]
}]
}
\ No newline at end of file
data/product_module.json
View file @
c70ef8b4
...
...
@@ -23,7 +23,8 @@
},
"view_dict"
:
{
"default"
:
[
{
"href"
:
"product_view"
}
{
"href"
:
"product_view"
},
{
"href"
:
"product_carousel"
}
]
}
}
...
...
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