Merge pull request #21943 from mattwire/gccacheignore
[civicrm-core.git] / xml / schema / Core / Extension.xml
index 573ae549f346b0edf60631c6341e8cf610032dbf..17d1374195bbcfbae34fa7885b3618b1e297ed5a 100644 (file)
@@ -9,8 +9,12 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>Extension ID</title>
     <required>true</required>
     <comment>Local Extension ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>4.2</add>
   </field>
   <primaryKey>
@@ -92,6 +96,7 @@
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Extension is Active?</title>
     <default>1</default>
     <comment>Is this extension active?</comment>
     <add>4.2</add>