Skip to content

Commit

Permalink
Merge pull request #13048 from eileenmcnaughton/resource-urls
Browse files Browse the repository at this point in the history
Update casing on setting metadata for html_type = text
  • Loading branch information
eileenmcnaughton authored Nov 1, 2018
2 parents 9080e65 + c1a2145 commit 3983313
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions settings/Core.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
'size' => 64,
'maxlength' => 256,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => NULL,
'add' => '4.3',
'title' => ts('Path to wkhtmltopdf executable'),
Expand All @@ -511,7 +511,7 @@
'size' => 64,
'maxlength' => 64,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => NULL,
'add' => '4.3',
'title' => ts('Recaptcha Options'),
Expand All @@ -530,7 +530,7 @@
'size' => 64,
'maxlength' => 64,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => NULL,
'add' => '4.3',
'title' => ts('Recaptcha Site Key'),
Expand Down Expand Up @@ -564,7 +564,7 @@
'size' => 64,
'maxlength' => 64,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => NULL,
'add' => '4.3',
'title' => ts('Recaptcha Secret Key'),
Expand All @@ -583,7 +583,7 @@
'size' => 2,
'maxlength' => 8,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => 7,
'add' => '4.3',
'title' => ts('Checksum Lifespan'),
Expand All @@ -602,7 +602,7 @@
'size' => 64,
'maxlength' => 128,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => '*default*',
'add' => '4.3',
'title' => ts('Blog Feed URL'),
Expand All @@ -621,7 +621,7 @@
'size' => 64,
'maxlength' => 128,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => '*default*',
'add' => '4.3',
'title' => ts('Community Messages URL'),
Expand All @@ -640,7 +640,7 @@
'size' => 64,
'maxlength' => 128,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => '*default*',
'add' => '4.3',
'title' => ts('Getting Started URL'),
Expand Down
12 changes: 6 additions & 6 deletions settings/Directory.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'group' => 'directory',
'name' => 'uploadDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -59,7 +59,7 @@
'group' => 'directory',
'name' => 'imageUploadDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -75,7 +75,7 @@
'group' => 'directory',
'name' => 'customFileUploadDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -91,7 +91,7 @@
'group' => 'directory',
'name' => 'customTemplateDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -107,7 +107,7 @@
'group' => 'directory',
'name' => 'customPHPPathDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -123,7 +123,7 @@
'group' => 'directory',
'name' => 'extensionsDir',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand Down
2 changes: 1 addition & 1 deletion settings/Extension.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'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',
Expand Down
2 changes: 1 addition & 1 deletion settings/Search.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'size' => 64,
'maxlength' => 64,
),
'html_type' => 'Text',
'html_type' => 'text',
'default' => 'simple',
'add' => '4.5',
'title' => 'How to handle full-tet queries',
Expand Down
8 changes: 4 additions & 4 deletions settings/Url.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'name' => 'userFrameworkResourceURL',
'title' => 'CiviCRM Resource URL',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -60,7 +60,7 @@
'title' => 'Image Upload URL',
'name' => 'imageUploadURL',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -77,7 +77,7 @@
'name' => 'customCSSURL',
'title' => 'Custom CSS URL',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand All @@ -94,7 +94,7 @@
'title' => 'Extension Resource URL',
'name' => 'extensionsURL',
'type' => 'String',
'html_type' => 'Text',
'html_type' => 'text',
'quick_form_type' => 'Element',
'default' => NULL,
'add' => '4.1',
Expand Down

0 comments on commit 3983313

Please sign in to comment.