Skip to content
Snippets Groups Projects
Select Git revision
  • 755234ac625b4a833331599fee378f900b95ce05
  • master default protected
  • before_library
  • V4.0.4
  • V4.0.3
  • V4.0.2
  • V4.0.1
  • V4.0
  • V3.6a
  • V3.99
  • V3.6
  • V3.5
  • V3.4
  • V3.3
  • V3.2
  • V3.1
  • V3.0
  • V2.2
  • V2.0
  • V1.13
  • V1.90
  • V1.12
  • V1.11
23 results

Makefile

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 $>
      },
    }