We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FooterSlot
1 parent b2c55a0 commit 3a9e3f8Copy full SHA for 3a9e3f8
src/plugin-slots/FooterSlot/index.jsx
@@ -3,7 +3,10 @@ import { PluginSlot } from '@openedx/frontend-plugin-framework';
3
import Footer from '../../components/Footer';
4
5
const FooterSlot = () => (
6
- <PluginSlot id="org.openedx.frontend.layout.footer.v1" idAliases={['footer_slot']}>
+ <PluginSlot
7
+ id="org.openedx.frontend.layout.footer.v1"
8
+ idAliases={['footer_slot', 'footer_plugin_slot']}
9
+ >
10
<Footer />
11
</PluginSlot>
12
);
0 commit comments