Problem/Motivation

Add integration support for the paragraphs_admin module, allowing the Paragraphs Clipboard module to work with the admin view provided by paragraphs_admin.

Command icon 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

hhvardan created an issue. See original summary.

hhvardan’s picture

Assigned: hhvardan » Unassigned
Status: Active » Needs review

Added support for the paragraphs_admin module by injecting the “copy to clipboard” link directly into the admin view output via hook_preprocess_views_view_field hook.

andy inman’s picture

Installed current dev release of Paragraphs Clipboard and applied patch from https://git.drupalcode.org/project/paragraphs_clipboard/-/merge_requests...

Copy-to-clipboard from the Paragraphs Admin paragraphs list (/admin/content/paragraphs) then pasting into a paragraphs field in content worked. I tested with both simple and complex paragraphs, including layout paragraphs.

aram.gevorgyan’s picture

@hhvardan, the MR is working well — confirming Andie's comment.

aram.gevorgyan’s picture

Status: Needs review » Reviewed & tested by the community
hhvardan’s picture

Status: Reviewed & tested by the community » Fixed
hhvardan’s picture

Status: Fixed » Closed (fixed)