Templates: Cleanup the fields
[orchestrallily.git] / Templates / default / webshop_descriptions.def
blob710b9f4d3c856ecdd8d733a81260c6a4902068b7
2 # "subtitle": u"<< subtitle >>",
3 # "subtitle_en": u"<< subtitle_en |default(subtitle) >>",
5 "Short_Description_de": u"",
6 "Short_Description_en": u"",
8 "Description_de": u'''<p></p>''',
9 "Description_en": u'''<p></p>''',
11 # "instrumentation": u"",
13 "Category": u"",
15 #"published": "Y",
17 "Child_Products": [
18 # {"sku": "...", "ismn": "...", "type": "Overrides SCORETYPE", "type_en": "English TYPE", "comment": "COMMENT to be displayed", "price": "..."},
19 <$- for e in webshop_editions $>
20 {"sku": u"<< e.sku >>", "ismn": u"<<e.ismn>>", "comment": u"<<e.comment>>", "price": <<e.price|default(0.00)>>}, # << e.type >>
21 <$- endfor $>
23 "Productimages": [
24 # "FILENAME.png",
26 "Downloadfiles": [
27 # {"filename": u"out/INFILENAME.pdf", "outname": u"OUTFILENAME.pdf", "title": u"COMPOSER: WORK, DISPLAYED DOWNLOADTITLE", "desc": u"..."},
28 # "out/FILENAME.pdf",