$page->createDefaultContent()
Creates default content for the model, by using our Form class to generate the defaults, based on the model's blueprint setup.
Deprecated
in 5.6.0
Use ::createContent() instead $page->createDefaultContent(): array
Return type
array
This method modifies the existing $page object it is applied to and returns it again.
Parent class
Kirby\Cms\Page
inherited from Kirby\Cms\ModelWithContent