Commit e6305aa4 authored by mxh's avatar mxh
Browse files

Issue #3325769 by mxh: Support translatability of content

parent ea9500c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ class ParametersConfigOverrideSubscriber implements EventSubscriberInterface {

    $collection_param_configs = $collection->get('parameters') ?? [];
    foreach ($override_param_configs as $param_name => $param_config) {
      if (empty($param_config['type'])) {
        continue;
      }
      $parameter = ParameterManager::get()->createInstance($param_config['type'], $param_config);
      if ($parameter instanceof UsageParameterInterface) {
        // @todo Is there a way of providing the original override values?