Implement the logic for the "Copy URL" button in the new UVE Toolbar component. This task involves modifying (if necessary) store logic for the newWithEditorToolbar() feature store, reusing existing copy URL functionality where possible.
Proposed Objective
Add the "Copy URL" button logic to the new toolbar and ensure it functions correctly under the feature flag, maintaining consistency with the existing copy URL functionality.
Acceptance Criteria
Create a new store logic newWithEditorToolbar() that will be used when the FEATURE_FLAG_UVE_NEW_PREVIEW_MODE feature flag is enabled.
Implement the logic for the "Copy URL" button in the new toolbar store, reusing existing copy URL functionality where possible.
Ensure the "Copy URL" button functions correctly and integrates seamlessly with the new toolbar, in traditional and headless pages
Parent Issue
https://github.com/dotCMS/core/issues/30598
Task
Implement the logic for the "Copy URL" button in the new UVE Toolbar component. This task involves modifying (if necessary) store logic for the
newWithEditorToolbar()
feature store, reusing existing copy URL functionality where possible.Proposed Objective
Add the "Copy URL" button logic to the new toolbar and ensure it functions correctly under the feature flag, maintaining consistency with the existing copy URL functionality.
Acceptance Criteria
newWithEditorToolbar()
that will be used when theFEATURE_FLAG_UVE_NEW_PREVIEW_MODE
feature flag is enabled.