melanie / tapestry-attachment-extraction.js
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | /* |
2 | Attachment Extracting |
3 | for Iconfactory's Tapestry plugins |
4 | |
5 | Grabs urls from a string, like `content_html` in a JSON Feed, and makes them attachments. |
6 | |
7 | Made to be used in your Tapestry plugins like so: |
8 | |
9 | ```js |
10 | const myItem = Item.createWithUriDate(url, date); |
Siguiente
Anterior