Ability to disable "Create a new story" button from sidebar #30425
tuckergordon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
While the "create a new story" button in the sidebar is a nice idea, it has led to confusion on our team and we have encountered similar issues to those described in #28377
The current documentation for
disableSaveFromUI
is within a section that has a screen recording of the sidebar button being used, which would seem to suggest that settingdisableSaveFromUI
totrue
would disable the button.disableSaveFromUI
only impacts Controls though and does not remove the button from the sidebar.Describe the solution you'd like
Either of
disableSaveFromUI
also removes the "Create a new story" button from the sidebarshowCreateStoryButton
, perhaps within preview parameters oraddons.setConfig()
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions