keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
1. include some parameters in session data (e.g. role) 2. keystoneConfig.ui: { isAccessAllowed: ({ session }) => !!(session && session?.data?.role) } 3. If the user is assigned Role, after signin,...
I looked around for a similar issue/discussion but didn't see one, apologies if this is a duplicate. At the moment, it appears to be impossible to use the new `validate.{create|update|delete}`...
## Steps Literally attempting the quick start with either `npm create keystone-app@latest` or `npx create-keystone-app@latest` ## Expectations A keystone app to made without an error ![Screenshot 2024-08-28 at 3 34...
I have 2 lists with exactly the same fields and code, just different names. I have set them to only appear on item view of the list [videoObject] when they...
This replaces all the hooks from original combined form with the granular one inline with #9056 #9057 #8826 this cleans up the code and is breaking changes. - [x] Remove...
* Create a transaction top update/create an item in a list which has afterOperation side effects causing action outside of transaction like queue postage label purchase based on order update...
Using `examples/usecase-todo` to change the examples approach to solve for codesandbox issues. 1. Moving to devcontainers as codesandbox is stopping supporting sandbox.config.json 2. Hardcoding seed data in the example, whilst...
Solve for #8597 (followed @borisno2's recommendation)