The attached patch adds a markup field handler to data. This allows you to pass fields in data through the drupal filter system. It's particularly useful when using data fields to hold aggregated content.
alex... it's a patch from git so you'll need do do like a `patch -p5 < ...` or so.
| Comment | File | Size | Author |
|---|---|---|---|
| data_markup_handler.patch | 2.64 KB | jmiccolis |
Comments
Comment #1
alex_b commentedBeautiful.
Committed: http://drupal.org/cvs?commit=336612
Thanks.