You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default preview template in Netlify CMS just shows each field. It's not bad, but of course it would be nice if the preview resembled the page that JKAN will generate.
Netlify CMS supports custom preview templates. They have to be React components, which is a bit annoying, but I don't expect it will be much effort, particularly since we can plug in the field renderers that Netlify CMS ships with (e.g. string renderer, boolean renderer, etc.).
It would be great if we could somehow pull in the actual dataset template in _layouts/dataset.html, though I expect if that's possible, it will be pretty hacky.
The text was updated successfully, but these errors were encountered:
The default preview template in Netlify CMS just shows each field. It's not bad, but of course it would be nice if the preview resembled the page that JKAN will generate.
Netlify CMS supports custom preview templates. They have to be React components, which is a bit annoying, but I don't expect it will be much effort, particularly since we can plug in the field renderers that Netlify CMS ships with (e.g. string renderer, boolean renderer, etc.).
It would be great if we could somehow pull in the actual dataset template in
_layouts/dataset.html
, though I expect if that's possible, it will be pretty hacky.The text was updated successfully, but these errors were encountered: