Problem/Motivation
It would be useful to add a second filter to the form to allow filtering by parent type.
Issue fork paragraphs_report-3553516
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 #4
astonvictor commentedAdded a new filter by the parent type.
Note that the module only works with paragraphs attached to the node entity type. So, it's only possible to have a node and a paragraph as a parent type (node = top and paragraph != top).
Comment #6
astonvictor commented