Skip to content

v0.1.6

Compare
Choose a tag to compare
@regisphilibert regisphilibert released this 19 Aug 15:34
· 10 commits to main since this release

Add Extend capability b225a46 πŸŽ‰

# data/netlifycms/collections/events.yaml
fields:
  - import field title
  - import field body
  - import: field time
    extend:
      name: start_time
      label: Start
  - import: field time
    extend:
      name: end_time
      label: End

Others

  • Add sensible built-in fields 878574c
  • Set min Hugo version to .64 b225a46
  • Refactor structure to align with modern TND Modules d3e248a