Skip to content

Releases: theNewDynamic/hugo-module-tnd-netlifycms

v0.1.80

16 Jun 18:46
77f5b07
Compare
Choose a tag to compare

This introduces nest object imports (limited to 2 levels) (77f5b07)

import fields block_columns.fields

v0.1.71

15 Feb 20:18
27a9135
Compare
Choose a tag to compare

Another non-zero argument partial fix (292e804 @loic-roux-404)

v0.1.7

05 Nov 16:54
Compare
Choose a tag to compare

As of Hugo .75 returning partial now requires a non-zero argument, this make sure it's the case before using a returning partial.

v0.1.6

19 Aug 15:34
Compare
Choose a tag to compare

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

v0.1.5

20 Jun 00:04
Compare
Choose a tag to compare

Debug representation is now highlighted @regisphilibert ad3badf

v0.1.4

19 Jun 20:14
059e51f
Compare
Choose a tag to compare

Rename to hugo-module-tnd-netlifycms

v0.1.3

01 Jun 15:51
Compare
Choose a tag to compare
  • Ability to set NetlifyCMS version to be used through newly added Module setting logic.
  • Simplify CMS landing page creation by using content types over custom layout.

v0.1.2

22 May 15:19
Compare
Choose a tag to compare

Update NetlifyCMS CND symver call

v0.1.1

19 May 15:56
Compare
Choose a tag to compare

Add ability to load one's own set of extra Netlify CMS scripts for WidgetPreviews, CollectionPreviews etc...

Module by default prints the content of any assets/netlifycms.js file found but more control, user should create its own layouts/partials/tnd-netlifycms/scripts.html partial and load the project's custom scripts there.

v0.1.0

19 May 14:07
Compare
Choose a tag to compare

Here we go.