X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FUrl.setting.php;h=5aa76c4947caaabb4440b3297a2fc6a08fe5986e;hb=08d0eaac504963b198f771ea632890f76aa96eed;hp=f5c43bc6107e2f3b579c8b1421431ab370795808;hpb=a866838c9b5e04dc08caf43c26ebbbec16243059;p=civicrm-core.git diff --git a/settings/Url.setting.php b/settings/Url.setting.php index f5c43bc610..5aa76c4947 100644 --- a/settings/Url.setting.php +++ b/settings/Url.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,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2017 + * @copyright CiviCRM LLC (c) 2004-2019 * $Id$ * */ @@ -43,7 +43,7 @@ return array( 'name' => 'userFrameworkResourceURL', 'title' => 'CiviCRM Resource URL', 'type' => 'String', - 'html_type' => 'Text', + 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', @@ -60,7 +60,7 @@ return array( 'title' => 'Image Upload URL', 'name' => 'imageUploadURL', 'type' => 'String', - 'html_type' => 'Text', + 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', @@ -77,7 +77,7 @@ return array( 'name' => 'customCSSURL', 'title' => 'Custom CSS URL', 'type' => 'String', - 'html_type' => 'Text', + 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1', @@ -94,7 +94,7 @@ return array( 'title' => 'Extension Resource URL', 'name' => 'extensionsURL', 'type' => 'String', - 'html_type' => 'Text', + 'html_type' => 'text', 'quick_form_type' => 'Element', 'default' => NULL, 'add' => '4.1',