Tweaked the category naming. Improved the autoloader for composer.

This commit is contained in:
2019-10-14 17:30:35 +02:00
parent 548af56265
commit d78e3bb215
13 changed files with 70 additions and 34 deletions

View File

@ -2800,7 +2800,7 @@ class Fields extends Structure
}
else
{
$tempName = $view_name_single . ' category';
$tempName = $view_name_list . ' categories';
}
// set lang
$listLangName = $langView . '_' . ComponentbuilderHelper::safeFieldName($tempName, true);