Appearance
Custom Fields Fieldtype
The custom fields fieldtype is a special fieldtype that holds the custom fields for a synced entries. It shows the data nicly in a table in the UI and parse the data out of the entrie with clean template tags.
Example
{exp:channel:entries dynamic="no" entry_id="100" status="Order Open"}
<ul>
{o_custom_fields}
<strong>{custom_fields:label}:</strong> {custom_fields:value}
{/o_custom_fields}
</ul>
{/exp:channel:entries}