Problem/Motivation
I recently found myself needing to delete all the paragraphs in a node, but I realized that I only have the option to edit all, collapse all and drag and drop, but not the option to delete all, clarifying if I can delete one by one the paragraphs but I have a case of 200 in some nodes which would be almost impossible for me, so I would like to know how I can activate this option
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Remove-all-action.png | 49.74 KB | jannakha |
| #4 | Remove-all-button.png | 85.76 KB | jannakha |
Issue fork paragraphs-3337935
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jannakha commentedComment #4
jannakha commentedChanges in MR#75
NOTE:
- there's no checks for user access to delete for each paragraph (can be done later)
- button will not show up on default admin theme if paragraph_features are enabled as it overrides those actions
Screenshots:
Comment #5
smustgrave commentedSeems like a feature that will need test coverage.