TinaCMS Version 0.69.7
brings some fixes, improved error handling, and overall DX improvements.
Route-mapping can now be configured within a collection's definition.
// ...name: 'post',path: 'posts',ui: {router: ({ document }) => {// eg. post items can be previewed at posts/hello-worldreturn `/posts/${document._sys.filename}`;},},// ...
See Contextual Editing Documentation
A collection can be marked as "global", from within a collection's definition.
// ...name: 'post',path: 'posts',ui: {global: true},// ...
Global forms can be edited from any page. They are accessed through the sidebar
The sidebar now links to an "Event Log" UI, which makes it easier to debug things like the GitHub to Tina connection being broken.
Docs are still in progress for this, but in the meantime you can check out the S3 PR & Digital Ocean Spaces PR.
© TinaCMS 2019–2025