keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
ref #5106 this only does a poc of how to enable theming with admin ui. I could make changes to font and colors. This font changes needed custom logo component...
I've had this draft intro written for a week, and not had a chance to continue with the rest of the content. Opening this up for early review + visibility
### Discussed in https://github.com/keystonejs/keystone/discussions/7507 Originally posted by **PhilBookst** April 30, 2022 Hey Keystone Team, When copying text inside a component block, keystone copies the whole component block structure instead of...
Add documentation to seed the first user during development for people frequently resetting their database, so they don't have to set up a user every time.
### Discussed in https://github.com/keystonejs/keystone/discussions/7535 Originally posted by **zeepsopje** May 14, 2022 I've been trying to setup Keystone 6 for a project, but it's unclear to me how to setup it...
When you configure a list with graphql `create` omitted  it causes a typescript error in `.keystone/types.d.ts` 
If you try to query some array from db via `query` api you will get array with null as prototype. ```typescript const { roles } = await context.query.AuthUser.findOne({ where: {...
Opening this for review, need help adding it to the nav
On my publicly available Keystone instance I see a lot of errors in Keystone output like this: ``` An error occurred handling a request for the Admin UI: TypeError [ERR_INVALID_URL]:...