I am trying to create a blueprint for the front matter data below, can someone suggest to me how I can set my data out in this structure
I have previously created fields with list but this data structure is a whole load more complex so any suggestions would be greatly appreciated
type: "FeatureCollection"
features:
- geometry:
type: "Point"
coordinates:
- 104.67
- -26.62
type: "Feature"
properties:
category: "category"
hours: "9am - 5pm"
description: "<p>Description</p>"
company: "Company Name"
name: "Contact Name"
address: "Address"
phone: "phone1"
phone2: "phone2"
email: "email1"
email2: "email2"
website: "website1"
facebook: "website2"
- geometry:
type: "Point"
coordinates:
- 104.67
- -26.62
type: "Feature"
properties:
category: "category"
hours: "9am - 5pm"
description: "<p>Description</p>"
company: "Company Name"
name: "Contact Name"
address: "Address"
phone: "phone1"
phone2: "phone2"
email: "email1"
email2: "email2"
website: "website1"
facebook: "website2"