I have a custom Form.
Problem:
Changes are not being saved once the page is created.
Editing the frontmatter in Advanced mode does work.
form:
fields:
tabs:
type: tabs
active: 1
fields:
type: tab
title: Video Config
content:
fields:
video_title:
type: spacer
title: Stream Settings
header.status:
type: toggle
label: Stream Status
classes: fancy
highlight: live
default: pre
options:
'pre': Pre
'live': Live
'post': Post
header.pre_video_url:
type: input
placeholder: URL for the PRE Show Video
label: Pre Video URL
validate:
required: true
Any halp would be appreciated.