X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FExtension.setting.php;h=7868058472c6f4cb0894f3ac9c58f697ab2e5ca2;hb=56c961646ec3072d9e405767d5ca95319309f215;hp=bf3cefc68238a65ca92b591975a182325285cc9d;hpb=80c2f8d77bcc103cdb9f8a6fb589fd154d6e8dc3;p=civicrm-core.git diff --git a/settings/Extension.setting.php b/settings/Extension.setting.php index bf3cefc682..7868058472 100644 --- a/settings/Extension.setting.php +++ b/settings/Extension.setting.php @@ -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. | | | @@ -28,24 +28,24 @@ /** * * @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', 'default' => 'https://civicrm.org/extdir/ver={ver}|cms={uf}', 'add' => '4.3', @@ -54,5 +54,5 @@ return array( 'is_contact' => 0, 'description' => '', 'help_text' => '', - ), -); + ], +];