Skip to content
Snippets Groups Projects
Select Git revision
  • ff48f7961360bbd4267b8fb90c5b7d28d777a42a
  • master default
  • release/0.02
  • release/0.01
4 results

webshop_descriptions.def

Blame
  • webshop_descriptions.def 443 B
    {
      "title": u"<<shortcomposer|default(composer)>>: << title >>, << subtitle >>",
    
      "Short_Description_en": u"",
      "Short_Description_de": u"",
      
      "Description_de": u'''<p></p>''',
      "Description_en": u'''<p></p>''',
      
      "Category": u"",
      
      "Child_Products": {
    <$- for e in webshop_editions $>
        "<< e.sku >>": {"ismn": "<<e.ismn>>", "comment": "<<e.comment>>", "price": <<e.price|default(0.00)>>}, # << e.type >>
    <$- endfor $>
      },
    }