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
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