Afform - Add 'Placement' colum to admin screen
[civicrm-core.git] / ext / afform / core / Civi / Api4 / Afform.php
index 7c63c31e51dff844d8aa962a7d727c896e5b6e15..d498937353ac5e39cb98d86b01460089cdfe9e19 100644 (file)
@@ -161,6 +161,10 @@ class Afform extends Generic\AbstractEntity {
         [
           'name' => 'contact_summary',
           'data_type' => 'String',
+          'options' => [
+            'block' => ts('Contact Summary Block'),
+            'tab' => ts('Contact Summary Tab'),
+          ],
         ],
         [
           'name' => 'repeat',