-
Notifications
You must be signed in to change notification settings - Fork 435
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
feat: Start in Create button is now enabled by default #7884
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Nov 26, 2024 2:27 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Tue, 26 Nov 2024 14:32:09 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
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.
LET'S GO! 8)
This reverts commit 3057e2b.
Description
This PR makes "Start in Create" button enabled by default for pristine, new documents.
For more context, see the original feature PR: #7635
Testing
Feel free to run
test-create-integration-studio
locally and check that it has aStart in Create
button for new documents.Notes for release
For new documents you will now find a "Start in Create" button in place of "Publish"
This allows you to start authoring the document in Sanity Create, by linking a new Create document to the Studio document.
By default any Studio deployed with
sanity deploy
(on this version or later) will have the button show up in the deployed studio.For studios hosted with other means, please confer Configuring Content Mapping documentation.
Configure for localhost
To enable "Start in Create" on localhost, you will have to configure
beta.create.fallbackStudioOrigin
.This value must exactly match the name shown for a studio deployment in the Sanity project management console, and the studio must have
create-manifest.json
available.Opting out
You can hide the "Start in Create" button by setting
beta.create.startInCreateEnabled: false
:More on Content Mapping
For more details, see our Configuring Content Mapping documentation.