feat(social): collapsible + collapsed-by-default config for floating social bar #149
Reference in New Issue
Block a user
Delete Branch "feature/social-floating-collapsible-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds admin config for the floating social icons sidebar: social_floating_collapsible (show/hide the collapse toggle handle, default on) and social_floating_collapsed (start collapsed on first visit, default on). The collapse behaviour already existed but was hardcoded; this wires it to template params. Layout renders initial collapsed state server-side to avoid a flash; JS honors a visitor saved preference first, then the admin default. Language strings added for en-GB and en-US.
d545a1681ftoabbd70b7f0