NotoriousMKD / turtleislandgatsby

Turtle Island + Gatsby + Netlify CMS.
MIT License
0 stars 0 forks source link

TO DO LIST #1

Open NotoriousMKD opened 2 years ago

NotoriousMKD commented 2 years ago
NotoriousMKD commented 2 years ago

Bios frontmatter / admin/config.yml

    fields:
      - {
          label: "Template Key",
          name: "templateKey",
          widget: "hidden",
          default: "blog-post",
        }
      - { label: "Title", name: "title", widget: "string" }
      - { label: "Publish Date", name: "date", widget: "datetime" }
      - { label: "Description", name: "description", widget: "text" }
      - { label: "Featured Image", name: "featuredimage", widget: image }
      - { label: "Body", name: "body", widget: "markdown" }
      - { label: "Tribe", name: "tribe", widget: "string" }
      - { label: "Region", name: "region", widget: "string" }
      - { label: "State", name: "state", widget: "string" }
      - { label: "Birth Year", name: "birthyear", widget: "datetime" }
      - { label: "Death Year", name: "deathyear", widget: "datetime" }
      - { label: "Tags", name: "tags", widget: "list" }