49 'namespace' =>
$config[
'namespace'][
'value'] ??
null,
55 ->addClasses( [
'mw-widget-complexTitleInputWidget' ] )
56 ->appendContent( $this->
namespace, $this->title );
60 return 'mw.widgets.ComplexTitleInputWidget';
64 $config[
'namespace'] = $this->config[
'namespace'];
65 $config[
'namespace'][
'dropdown'][
'$overlay'] =
true;
66 $config[
'title'] = $this->config[
'title'];
67 $config[
'title'][
'$overlay'] =
true;
68 return parent::getConfig(
$config );