X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FExtension.setting.php;h=195de44bd08c62d4690890931320b2d89c54a3f7;hb=74bcedb28698aa5d3ecc64f1c40738268eb768bb;hp=75b1581a58f650ac90392461eae6431645c3fb1c;hpb=aebbcca99b6fe1be7dff8d1306d62a91fc8d3328;p=civicrm-core.git diff --git a/settings/Extension.setting.php b/settings/Extension.setting.php index 75b1581a58..195de44bd0 100644 --- a/settings/Extension.setting.php +++ b/settings/Extension.setting.php @@ -1,58 +1,41 @@ 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', + 'title' => ts('Extension Repo URL'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => '', 'help_text' => '', - ), -); + ], +];