Added events to the new module and plugin translation areas. Updated the fieldtypes to have more info on the showon property.

This commit is contained in:
2020-04-03 20:45:48 +02:00
parent 230834057a
commit ad8717a47d
10 changed files with 270 additions and 203 deletions

View File

@ -1249,6 +1249,11 @@ class Get
$component->system_name
);
// set the component name_code
$component->name_code = ComponentbuilderHelper::safeString(
$component->name_code
);
// ensure version naming is correct
$this->component_version = preg_replace(
'/[^0-9.]+/', '', $component->component_version
@ -1447,7 +1452,7 @@ class Get
{
$this->setJoomlaFields = true;
}
// has become a lacacy issue, can't remove this
// has become a legacy issue, can't remove this
$array['view'] = $array['adminview'];
// get the admin settings/data
$array['settings'] = $this->getAdminViewData(