Skip to content

Commit 96618f6

Browse files
authored
[5.1] Adding notice to global configuration for additional options in SEF plugin (#42832)
1 parent 96b5735 commit 96618f6

18 files changed

+22
-1
lines changed

administrator/components/com_config/tmpl/application/default_cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_CACHE_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'cache';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_cookie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_COOKIE_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'cookie';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_DATABASE_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'database';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_DEBUG_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'debug';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_filters.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_TEXT_FILTER_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'filters';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_locale.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_LOCATION_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'locale';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_logging.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_LOGGING_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'logging';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_logging_custom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_LOGGING_CUSTOM_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'logging_custom';
1819
$this->formclass = 'options-form';
1920

administrator/components/com_config/tmpl/application/default_mail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
$ajaxUri = Route::_('index.php?option=com_config&task=application.sendtestmail&format=json');
3737

3838
$this->name = Text::_('COM_CONFIG_MAIL_SETTINGS');
39+
$this->description = '';
3940
$this->fieldsname = 'mail';
4041
$this->formclass = 'options-form';
4142

administrator/components/com_config/tmpl/application/default_metadata.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
defined('_JEXEC') or die;
1515

1616
$this->name = Text::_('COM_CONFIG_METADATA_SETTINGS');
17+
$this->description = '';
1718
$this->fieldsname = 'metadata';
1819
$this->formclass = 'options-form';
1920

0 commit comments

Comments
 (0)