Last updated

navigation

Control the previous and next navigation buttons.

Options

OptionTypeDescription
previousButtonPageLink objectControls the previous page button.
nextButtonPageLink objectControls the next page button.
OptionTypeDescription
hidebooleanSpecifies if the navigation link button is hidden. Default false.
textstringLabel text. Default value: Next page or Previous page.

Examples

Text example

navigation:
  nextButton:
    text: → Next page"
  previousButton:
    hide:
    text:
navigation:
  nextButton:
    hide: true
  previousButton:
    hide: true

Resources