Merge pull request #15047 from eileenmcnaughton/pptx
[civicrm-core.git] / settings / Extension.setting.php
index 5a93c89a8f05f1a09a2217bcab8990395ec5278b..7868058472c6f4cb0894f3ac9c58f697ab2e5ca2 100644 (file)
 /*
  * Settings metadata file
  */
-return array(
-  'ext_repo_url' => array(
+return [
+  'ext_repo_url' => [
     'group_name' => 'Extension Preferences',
     'group' => 'ext',
     'name' => 'ext_repo_url',
     'type' => 'String',
     'quick_form_type' => 'Element',
-    'html_attributes' => array(
+    'html_attributes' => [
       'size' => 64,
       'maxlength' => 128,
-    ),
+    ],
     'html_type' => 'text',
     'default' => 'https://civicrm.org/extdir/ver={ver}|cms={uf}',
     'add' => '4.3',
@@ -54,5 +54,5 @@ return array(
     'is_contact' => 0,
     'description' => '',
     'help_text' => '',
-  ),
-);
+  ],
+];