X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=settings%2FExtension.setting.php;h=7868058472c6f4cb0894f3ac9c58f697ab2e5ca2;hb=40a5085c6cdf29b937a9a16713d0ea5c45f3bb6d;hp=5a93c89a8f05f1a09a2217bcab8990395ec5278b;hpb=f6af7e6f06447f2725f5878bb824b8e792d3cc30;p=civicrm-core.git diff --git a/settings/Extension.setting.php b/settings/Extension.setting.php index 5a93c89a8f..7868058472 100644 --- a/settings/Extension.setting.php +++ b/settings/Extension.setting.php @@ -35,17 +35,17 @@ /* * 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' => '', - ), -); + ], +];