Added hook for links in the footer

This commit is contained in:
Raphael Michel
2016-06-14 13:05:47 +02:00
parent 1bdf332afd
commit 0c4368170f
4 changed files with 21 additions and 1 deletions

View File

@@ -7,6 +7,13 @@ html_head = EventPluginSignal(
providing_args=["request"]
)
"""
This signal is sent out to include links in the footer
"""
footer_link = EventPluginSignal(
providing_args=["request"]
)
"""
This signal is sent out to retrieve pages for the checkout flow
"""