fix wrong display of missing container
This commit is contained in:
parent
9024397ae2
commit
0691bf3744
2 changed files with 7 additions and 2 deletions
|
|
@ -65,8 +65,7 @@ class DFG3dViewerConfigForm extends FormBase {
|
|||
'export_viewer_url' => $default_config->get('dfg_3dviewer_export_viewer_url'),
|
||||
];
|
||||
|
||||
$form['#attached']['library'][] = dfg_3dviewer_get_library();
|
||||
dfg_3dviewer_attach_settings($form);
|
||||
$form['#attached']['library'][] = 'dfg_3dviewer/dfg_3dviewer.config_form';
|
||||
|
||||
$form['dfg_3dviewer_main_url'] = [
|
||||
'#default_value' => $default_settings['main_url'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue