Releases: theNewDynamic/hugo-module-tnd-netlifycms
Releases · theNewDynamic/hugo-module-tnd-netlifycms
v0.1.80
v0.1.71
Another non-zero argument partial fix (292e804 @loic-roux-404)
v0.1.7
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
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
v0.1.5
Debug representation is now highlighted @regisphilibert ad3badf
v0.1.4
Rename to hugo-module-tnd-netlifycms
v0.1.3
- 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
Update NetlifyCMS CND symver call
v0.1.1
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
Here we go.