You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: