Auto-sync enabled

FlatlyPage

Version 1.0.0 • 54 files • 724.77 KB
extensions/scroll_to_top/manifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<extension>
    <id>scroll_to_top</id>
    <name>Scroll To Top</name>
    <version>1.0.0</version>
    <description>Adds a floating button that scrolls the page smoothly to the top.</description>
    <author>WebOrbiton Team</author>
    <type>frontend</type>

    <settings view-setting-edit-modal="false">
        <setting key="enabled" label="Enable Scroll Button" type="select" default="true" />
    </settings>

    <hooks>
        <hook name="after_footer" function="scroll_to_top_frontend" priority="10" />
    </hooks>
</extension>