-
Notifications
You must be signed in to change notification settings - Fork 116
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
Provide duplicate option for non-inline blocks #881
Comments
Is there a timeline of when this feature might be available? i.e. duplicate blocks that are managed as 'non-inline'. Or has anyone managed to get this to work with a gridfieldaction? |
@clarkepaul what do you think about adding the 'action toggle' to non-inline editable blocks? I'm assuming there was an explicit decision to not include them, but all of the options still seem relevant even if a block is not inline editable? |
I don't think there was any decisions made to exclude these actions, it was only that we only focused on the core 4 default blocks so no (or less) effort was put to into extending functionality to the base block. |
I think what we are missing is the issue to provide the same set of actions and navigation for non-inline blocks rather than focusing on just the duplicate functionality. Issue exists actually here. |
We're going to implement this in #512 |
This was implemented in #512. |
Currently we only provide the duplicate option for a what is often referred to as an "inline block" (can edit on page). Because many blocks are still managed "non-inline" there is a very drawn-out process to duplicate these items (e.g. opening CMS in 2 tabs and copy-pasting to a new block) which are more prone to system and user errors.
The experience should align to inline block duplicate flow where possible and take into consideration user permissions can-edit etc.
Related: #770 (comment)
The text was updated successfully, but these errors were encountered: