mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-22 16:56:50 +01:00
30 lines
792 B
YAML
30 lines
792 B
YAML
title: Page
|
|
default: true
|
|
fields:
|
|
published:
|
|
type: checkbox
|
|
default: true
|
|
label: '{{admin.pages.status.published}}'
|
|
publish-date:
|
|
type: date
|
|
default: null
|
|
label: '{{admin.pages.page.publish-date}}'
|
|
placeholder: '{{admin.pages.page.no-date}}'
|
|
unpublish-date:
|
|
type: date
|
|
default: null
|
|
label: '{{admin.pages.page.unpublish-date}}'
|
|
placeholder: '{{admin.pages.page.no-date}}'
|
|
routable:
|
|
type: checkbox
|
|
default: true
|
|
label: '{{admin.pages.status.routable}}'
|
|
visible:
|
|
type: checkbox
|
|
default: true
|
|
label: '{{admin.pages.page.visible}}'
|
|
cacheable:
|
|
type: checkbox
|
|
default: true
|
|
label: '{{admin.pages.page.cacheable}}'
|