keystatic
keystatic copied to clipboard
First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
Encountering an issue with the select field since the last update. The select input renders, but the array of options does not appear when clicked on. For me the issue...
The link "Create the first entry" does nothing when clicked. The "Add" Button luckily works like expected. >
It would be great to have a `fields.color` field that shows the native color picker of the browser and returns a hex value.
Updated docs. This would have saved me many hours 😅
I have a few use cases where I would like to add text formatted as `inline code` to a `label` or `description` property. Also adding lists would be something that...
When I use a `fields.number` with a longer `description` the column for title and description are very small. When using a `.text` both use the full with. It would be...
I want to revisit the idea to add a visual indication for groups. > (…) It lacks the prominent delineation of your example, which I'd like to revisit in the...
the current Inter embed link https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap does not include an "italic" style. the current official link is: https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap note that Inter on google fonts was recently changed: there is no...
It would be great to be able to order collections. The way this could work is: When I add a `orderField` to my collection, the collection index page shows not...
My config says `position: fields.number({ label: 'Reihenfolge', validation: { isRequired: true } }),` And the source code shows the input as required. However, the red required-Star is not present in...