From d3d5d07fbae327a46f42ba1ff1017a20a32999c4 Mon Sep 17 00:00:00 2001 From: Justin Alei Date: Wed, 11 Jan 2023 14:24:43 -0700 Subject: [PATCH] Update ft.entry_type.php Make fieldtype compatible with the entry manager --- ft.entry_type.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ft.entry_type.php b/ft.entry_type.php index f0ad70d..9c554b5 100644 --- a/ft.entry_type.php +++ b/ft.entry_type.php @@ -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 */