Skip to content

Commit

Permalink
Update ft.entry_type.php
Browse files Browse the repository at this point in the history
Make fieldtype compatible with the entry manager
  • Loading branch information
pyrobob83 authored Jan 11, 2023
1 parent 9d1f254 commit d3d5d07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ft.entry_type.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ class Entry_type_ft extends EE_Fieldtype
*/
public $has_array_data = true;

/**
* @var bool
*/
public $entry_manager_compatible = true;

/**
* @var array
*/
Expand Down

0 comments on commit d3d5d07

Please sign in to comment.