Commit cbc7854c authored by Sven Franck's avatar Sven Franck

data: added missing carousel mapping

parent f3e98cd8
......@@ -20,7 +20,8 @@
"generate": "widget",
"type": "carousel",
"property_dict": {
"handles": true
"handles": true,
"map_children": "listItem"
},
"children": [
{"type": "item", "href": "#", "center": [{"type": "image", "src": "img/website-Bleu.png", "alt": ""}]},
......@@ -85,7 +86,7 @@
"direct": {"className": "offer rose background"},
"children": [{
"type": "img",
"direct": {"src": "website-Logo-offre.png", "alt": "Bip&Go"}
"direct": {"src": "img/website-Logo-offre.png", "alt": "Bip&Go"}
},{
"type": "h3",
"direct": {"className": "translate"},
......@@ -129,7 +130,7 @@
"direct": {"className": "offer bleu background"},
"children": [{
"type": "img",
"direct": {"src": "website-Logo-offre.png", "alt": "Bip&Go"}
"direct": {"src": "img/website-Logo-offre.png", "alt": "Bip&Go"}
},{
"type": "h3",
"direct": {"className": "translate"},
......@@ -173,7 +174,7 @@
"direct": {"className": "offer rouge background"},
"children": [{
"type": "img",
"direct": {"src": "website-Logo-offre.png", "alt": "Bip&Go"}
"direct": {"src": "img/website-Logo-offre.png", "alt": "Bip&Go"}
},{
"type": "h3",
"direct": {"className": "translate"},
......
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