Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Mar 22, 2024
1 parent 92fddf4 commit a7e9f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
>

<adapter
factory=".controlpanel.ExternaLinksControlpanel"
factory=".controlpanel.StickyBlocksControlpanel"
provides="collective.volto.sickyblocks.interfaces.IStickyBlocks"
name="external-links-settings"
name="sticky-blocks-settings"
/>

</configure>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@adapter(Interface, ICollectiveVoltoStickyblocksLayer)
@implementer(IStickyBlocks)
class ExternaLinksControlpanel(RegistryConfigletPanel):
class StickyBlocksControlpanel(RegistryConfigletPanel):
schema = IStickyBlocks
configlet_id = "StickyBlocks"
configlet_category_id = "Products"
Expand Down

0 comments on commit a7e9f6f

Please sign in to comment.