feat: add another FooterSlot id alias (#523)
This commit is contained in:
@@ -3,7 +3,10 @@ import { PluginSlot } from '@openedx/frontend-plugin-framework';
|
||||
import Footer from '../../components/Footer';
|
||||
|
||||
const FooterSlot = () => (
|
||||
<PluginSlot id="org.openedx.frontend.layout.footer.v1" idAliases={['footer_slot']}>
|
||||
<PluginSlot
|
||||
id="org.openedx.frontend.layout.footer.v1"
|
||||
idAliases={['footer_slot', 'footer_plugin_slot']}
|
||||
>
|
||||
<Footer />
|
||||
</PluginSlot>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user