Home

Site Actions Config

Site actions zone configuration

Controls the position, direction, and mode of floating action buttons (FABs) like reviews and uploads. All actions share a unified position on the page.

# Configure the actions zone
[site.actions]
position = "bottom-right"  # Corner position (default)
direction = "vertical"     # Stack direction (default)
mode = "collapsed"         # Display mode (default)

Type: SiteActionsConfig

position

Type: SiteActionsPosition (optional)

Position of the actions zone on the page

Default: bottom-right

ValueDescription
bottom-rightBottom-right corner (default)
bottom-leftBottom-left corner
top-rightTop-right corner
top-leftTop-left corner

direction

Type: SiteActionsDirection (optional)

Direction for action buttons to expand

Default: vertical

ValueDescription
verticalVertical stack (default) - buttons expand upward/downward from corner
horizontalHorizontal row - buttons expand left/right from corner

mode

Type: SiteActionsMode (optional)

Display mode for the actions zone

Default: collapsed

ValueDescription
collapsedCollapsed (default) - main FAB expands on click to reveal action buttons
expandedExpanded - all action buttons always visible, no main FAB

This documentation was generated from site.rs by generate.rs.

© 2026 Stencila