diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php
index 123795f5a939..3462f01e8d09 100644
--- a/CRM/Core/DAO/Tag.php
+++ b/CRM/Core/DAO/Tag.php
@@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Tag.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:68e222188dd1d031d2219aa1617e15af)
+ * (GenCodeChecksum:7df7df526a80cd1d16928d8c6b2cd8e6)
*/
/**
@@ -209,6 +209,14 @@ public static function &fields() {
'entity' => 'Tag',
'bao' => 'CRM_Core_BAO_Tag',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'Select',
+ ],
+ 'pseudoconstant' => [
+ 'table' => 'civicrm_tag',
+ 'keyColumn' => 'id',
+ 'labelColumn' => 'name',
+ ],
'add' => '1.1',
],
'description' => [
diff --git a/xml/schema/Core/Tag.xml b/xml/schema/Core/Tag.xml
index 3d875d5346ed..9550bffa0f6e 100644
--- a/xml/schema/Core/Tag.xml
+++ b/xml/schema/Core/Tag.xml
@@ -31,6 +31,14 @@
true
64
Name of Tag.
+
+
+ id
+ name
+
+
+ Select
+
1.1