🌱 The next big step: Kirby 4 Alpha Learn more
Skip to content

Page creation dialogs

You can customize the create dialog for a new page by adding fields, changing the label or the title field and disable the automatic redirect to the new page.

Configuration

title: Product
create:
  title:
    label: Product name
  fields:
    - price
    - brand
  redirect: false

Custom Page Creation Status

You can now also define a status for your newly created pages.

create:
  status: listed