lewisjenkins / craft-dynamic-fields

Populate Craft fields with dynamic data using the power of Twig.
Other
147 stars 11 forks source link

Show field type inside Table Columns / Craft cms 2 #23

Open alexgilbertDG opened 5 years ago

alexgilbertDG commented 5 years ago

I change your plugins so I can show the dynamic field inside the table column in craft. I simply add

implements IPreviewableFieldType After each of your fieldtype class like this: class Lj_DynamicFields_RadioButtonsFieldType extends BaseFieldType implements IPreviewableFieldType

Could you update your code to make it default ? Thanks