Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Dynamic script tag name #148

Closed tomaszmichalak closed 8 years ago

tomaszmichalak commented 8 years ago

In many cases using <script> tag name is problematic. We could change it to more custom name like:

<snippet data-knotx-type="form-123" data-knotx-syntax="handlebars" ... >

tomaszmichalak commented 8 years ago

Duplicate https://github.com/Cognifide/knotx/issues/107