45 'namespace' =>
$config[
'namespace'][
'value'] ??
null,
51 ->addClasses( [
'mw-widget-complexTitleInputWidget' ] )
52 ->appendContent( $this->
namespace, $this->title );
56 return 'mw.widgets.ComplexTitleInputWidget';
60 $config[
'namespace'] = $this->config[
'namespace'];
61 $config[
'namespace'][
'dropdown'][
'$overlay'] =
true;
62 $config[
'title'] = $this->config[
'title'];
63 $config[
'title'][
'$overlay'] =
true;
64 return parent::getConfig(
$config );