craft-dynamic-fields
craft-dynamic-fields copied to clipboard
Show field type inside Table Columns / Craft cms 2
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