keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB

Results 175 keystatic issues
Sort by recently updated
recently updated
newest added

Add a `raw` option to content resolve function so it will output raw string instead parsed AST. This could be useful when user need to fetch the collection entry in...

In next.js we have `generateStaticParams` How to do it in remix? because the example works only in dev mode, while deploying on the server it shows 404 on dynamic routes...

It also seems now layout only read the first array only? i cannot add multiple layout. when i click the layout button in toolbar, it always make two columns, there...

Tried to use `fields.ignored()` but seems like it's deprecated type or it's missing in the file definition. cc https://keystatic.com/docs/fields/ignored

--- TL;DR: Being able to edit the raw file content from the CMS would solve a lot of issues. --- Nothing prevents us to write a custom tag inside a...

I haven't been able to find anything, anywhere, with someone discussing the use of the Keystatic Cloud Image Library. Help? Docs say it's the image field docs are coming... but...

I was attempting to use a `fields.markdoc.inline` within a block like so: ``` blocks: fields.blocks( { richText: { label: 'Rich Text', itemLabel: (props) => props.fields?.adminLabel.value || 'Rich Text', schema: fields.object({...

Hey, Im having a hard time figuring this one out! I'm using Astro. I've created two component blocks that I want to use in blog posts: Youtube Videos, and images....

Right now, the relationship dropdown is displayed as a list of relation ids. It would be great to be able to customize what is shown there in a way similar...

when a custom richtext-field widget defines required fields in their schema, the validation is not respected and the document can be saved even when the required fields have not been...