Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit bea3f85e authored by Andreas Hennings's avatar Andreas Hennings Committed by GitHub
Browse files

Merge pull request #131 from openeuropa/OEL-1536

OEL-1536: Specify extension type when using ConfigImporter.
parents 735f07ca 75502a69
No related branches found
No related tags found
1 merge request!135Update EPIC-1293-Project
......@@ -70,7 +70,7 @@ function _oe_whitelabel_paragraphs_install_config(): void {
'field.field.paragraph.oe_social_media_follow.field_oe_social_media_variant',
];
ConfigImporter::importMultiple('oe_whitelabel_paragraphs', '/config/overrides/', $configs);
ConfigImporter::importMultiple('module', 'oe_whitelabel_paragraphs', '/config/overrides/', $configs);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment