-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved name
config option from Keystone to Admin UI
#3227
Conversation
🦋 Changeset is good to goLatest commit: ab42016 We got this. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Haha yep, this is exactly where I was going with the changes down in the adapter code. I'm just pondering the timing of this change, and whether we want to bundle it with this big batch of |
I think it makes sense to include with the others. It logically goes with the change to db names. |
packages/app-admin-ui/index.js
Outdated
@@ -11,6 +11,7 @@ const getWebpackConfig = require('./server/getWebpackConfig'); | |||
|
|||
class AdminUIApp { | |||
constructor({ | |||
name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we default this to: name = 'Keystone'
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'm board with this.
There are a few instances of the old pattern used within the docs. initial-data.md
and new-project.md
for example. Could I get you to do a search through all the docs to make sure they're all updated as well 👍
@timleslie done |
Oops, on board, definitely not bored! 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
As says, since it's no longer used by the KS core and only passed to the Admin UI.