keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
Visual separating the vertical menu would help to group the content of singletons, here an idea:
the focus ring for a checkbox field is cut off when placed inside a dialog. see:  the singleton schema for the above: ```ts import { config, fields, singleton }...
I have a custom `button` component block that needs to be in a table cell. In the markdoc file, it works fine ```md {% table %} - Platform - Type...
I was testing our new `CloudImageProps` type and it turns out it's incompatible with the types the component block actually provides 🤦 ``` Type '({ src, alt, height, width }:...
Create an [issue template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository), raised by [this comment](https://github.com/Thinkmill/keystatic/issues/520#issuecomment-1678302867) on #520.
When trying to edit or create anything new in Keystatic. I get the following error.  I checked the settings of the Github App. Everything looks correct, my .env is...
We've been discussing whether having the ability to create custom field types in Keystatic is worth continuing with, because it complicates the internal API surface area (and what we need...
When adding a relationship, search is based on the slug, which is okay. However, when typing quickly, it's easier to input a space rather than a dash. My suggestion is...
When adding a lot of data manually in the same collection, the flow is a bit painful (starting from a given collection X: - Click on add - Fill form...
We've added initial support for interface localisation but it's incomplete / broken for non-English users, specifically: * Not all strings are localised so the UI is a mix of English...