abbd70b7f0
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Failing after 3s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 8s
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Adds two template params for the floating social icons sidebar: - social_floating_collapsible: show/hide the collapse toggle handle - social_floating_collapsed: start collapsed on first visit (default on) The layout renders the initial collapsed state server-side (no flash), gates the toggle button behind the collapsible param, and exposes the admin default via data-default-collapsed. The JS honors a visitor's saved localStorage preference first, falling back to the admin default.