Closed (fixed)
Project:
Data
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Mar 2010 at 17:06 UTC
Updated:
17 Mar 2010 at 17:20 UTC
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.