I’m extending the default yaml and would like to change the order the fields are displayed.
Right now, when I add new items, they appear on the bottom. I would like to change the order, so they make sense. Is that possible?
in my item.yaml I did this but it only added the new fields on the bottom:
extends@: default
form:
fields:
tabs:
fields:
content:
fields:
header.title:
type: text
autofocus: true
style: vertical
label: PLUGIN_ADMIN.TITLE
header.subtitle:
type: text
autofocus: true
style: vertical
label: Subtitle
header.subtitle2:
type: text
autofocus: true
style: vertical
label: Subtitle2
content:
type: markdown
validate:
type: textarea
header.media_order:
type: pagemedia
label: PLUGIN_ADMIN.PAGE_MEDIA