Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/set-permalink-structure

Index

Functions

  • setPermalinkStructure(type: string): void
  • Set Permalink Structure

    example
    cy.setPermalinkStructure('/%year%/%postname%/')
    

    Parameters

    • type: string

      Permalink structure, should contain structure tags or be an empty string (which means "Plain" structure)

    Returns void

Generated using TypeDoc