Hi!
I wrote a structure field to store addresses which seems like it works but doesnt save to the content page. It saves to the Panel but if I refresh the panel it dissappears and the content file is unchanged.
Here is my structure field:
title: Dealers
pages: false
files: false
fields:
title:
label: Title
type: text
addresses:
label: US Locations
type: structure
entry: >
{{name}}<br />
{{address}}<br />
{{phone}} - {{website}}
fields:
name:
label: Name
type: text
address:
label: Address
type: text
phone:
label: Phone
type: tel
website:
label: Website
type: url