On Drupal 9.3.5.
I appreciate workspaces is currently experimental. I am not sure if the behaviour I am seeing is intended or if there is a way to change it.
Paragraph refers to the module: https://www.drupal.org/project/paragraphs
- In the live workspace, create a new node and add a paragraph.
- Save/published the node
- Switch to stage workspace
- Edit the same node, add another paragraph, saved
- Published changes to live workspace
On live, the new paragraph was listed as unpublished so not visible to the public user.
Edited the paragraph type form to include the published checkbox. The staging version has each paragraph listed as published, but on the live workspace, only paragraphs created in the live workspace were listed as unpublished. Each stage workspace created paragraph had to be set to published then saved in the live workspace.
Is there some way of making paragraphs created on the stage workspace published when publishing to the live workspace? Or retain their un/published settings when publishing to the live workspace?