tina-cloud-starter
tina-cloud-starter copied to clipboard
Next.js starter for TinaCMS: live edit your website visually 🪄
Bumps [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 0.61.0 to 0.61.2. Changelog Sourced from @tinacms/cli's changelog. 0.61.2 Patch Changes 8183b638c: ## Adds a new "Static" build option. This new option will build tina into a...
Bumps [tinacms](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms) from 0.68.14 to 0.69.0. Changelog Sourced from tinacms's changelog. 0.69.0 Minor Changes 7b0dda55e: Updates to the rich-text component as well the shape of the rich-text field response from...
Example of using https://github.com/tinacms/tinacms/pull/3086
Removes the use of `_values` in the starter
I can create a page according to: ``` Filename A unique filename for the content. Examples: My_Document, My_Document.en, sub-folder/My_Document ``` i.e. `subfolder/somename` and [filename].tsx does not seem to work for...
I am creating a custom block and if I set defaultValue for a list item, it causes an error. 
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...