Merge pull request #15047 from eileenmcnaughton/pptx
[civicrm-core.git] / settings / Extension.setting.php
index 75b1581a58f650ac90392461eae6431645c3fb1c..7868058472c6f4cb0894f3ac9c58f697ab2e5ca2 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2019
  * $Id$
  *
  */
 /*
  * 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',
+    ],
+    'html_type' => 'text',
     'default' => 'https://civicrm.org/extdir/ver={ver}|cms={uf}',
     'add' => '4.3',
     'title' => 'Extension Repo URL',
@@ -54,5 +54,5 @@ return array(
     'is_contact' => 0,
     'description' => '',
     'help_text' => '',
-  ),
-);
+  ],
+];