?
avatar brianteeman
brianteeman
5 Apr 2021

The admin modules have various parameters in the advanced tab.

image

However several of them have no impact at all as there is no code in the module chrome that will use them.

  • bootstrap_size - no impact
  • header_tag - no impact

Either the chrome needs to be updated to work or the params should be removed and then the following code from the chrome should also be removed

$bootstrapSize  = (int) $params->get('bootstrap_size', 6);
$moduleClass    = $bootstrapSize ? 'col-md-' . $bootstrapSize : 'col-md-12';
$headerTag      = htmlspecialchars($params->get('header_tag', 'h2'), ENT_QUOTES, 'UTF-8');

avatar brianteeman brianteeman - open - 5 Apr 2021
avatar joomla-cms-bot joomla-cms-bot - change - 5 Apr 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Apr 2021
avatar Quy
Quy - comment - 5 Apr 2021

Related #25952

avatar brianteeman
brianteeman - comment - 6 Apr 2021

Just to add that the parameters do work if the chrome of "body" is selected instead of "well/default"

avatar brianteeman brianteeman - change - 6 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-06 21:40:58
Closed_By brianteeman
avatar brianteeman brianteeman - close - 6 Apr 2021
avatar brianteeman
brianteeman - comment - 6 Apr 2021

closed see #33045

Add a Comment

Login with GitHub to post a comment