Skip to content

Commit 3a9e3f8

Browse files
feat: add another FooterSlot id alias (#523)
1 parent b2c55a0 commit 3a9e3f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plugin-slots/FooterSlot/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { PluginSlot } from '@openedx/frontend-plugin-framework';
33
import Footer from '../../components/Footer';
44

55
const FooterSlot = () => (
6-
<PluginSlot id="org.openedx.frontend.layout.footer.v1" idAliases={['footer_slot']}>
6+
<PluginSlot
7+
id="org.openedx.frontend.layout.footer.v1"
8+
idAliases={['footer_slot', 'footer_plugin_slot']}
9+
>
710
<Footer />
811
</PluginSlot>
912
);

0 commit comments

Comments
 (0)