Skip to content

Kirby 5.1.2

$siteBlueprint->preview()

Returns the preview settings The preview setting controls the "Open" button in the panel and redirects it to a different URL if necessary.

$siteBlueprint->preview(): string|bool

Return types

stringorbool

This method modifies the existing $siteblueprint object it is applied to and returns it again.

Parent class

Kirby\Cms\SiteBlueprint