Insert only specific/selected fields from node
nbchip - June 19, 2008 - 00:15
| Project: | InsertNode |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be nice to add option to only show selected fields from node something like [node:123 field_one,field_two]

#1
You could create a View (so that you can control which fields appear) that accepts the node ID as the argument and then using the viewfield module to import that view.