Problem/Motivation

Listing page at /admin/content/paragraphs shows edit button for each paragraph but no label or any other detail (see attached screencap)

Steps to reproduce

  1. Note: Issue has been present for Drupal 10 and 11 using Claro for admin theme
  2. Install and enable Paragraphs, including Paragraphs library
  3. Create a paragraph
  4. View Paragraphs library admin page: /admin/content/paragraphs

Proposed resolution

Listing page at /admin/content/paragraphs shows label for each Paragraphs library item

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork paragraphs-3537873

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

stuart_wagner created an issue. See original summary.

peter-boeren’s picture

I ran into this issue as well. When importing "views.view.paragraphs_library.yml" via "/admin/config/development/configuration/single/import" the view did show everything. Hope this helps anyone.

naresh_bavaskar made their first commit to this issue’s fork.

santanu mondal’s picture

drupal 11
drupal10
I have tested in both drupal 10 and drupal 11 so both case the label is coming fine.

stuart_wagner’s picture

Thanks @ peter-boeren and @santanu mondal, but I still have the same issue on multiple D11 sites. My screencap differs from santanu's not just in the missing label. but filters above the view and column headings in the view. The view itself is also not editable or listed in /admin/structure/views/. Granted, the sites with this issue have had the issue for the last couple of Drupal versions, so whatever is the cause may be something old? Testing a fresh D11 + Paragraphs instance to see if that clears it for me.

https://www.drupal.org/files/issues/2025-07-24/Screenshot%202025-07-24%2...

stuart_wagner’s picture

In case this helps anyone else: my Paragraphs admin view must have gotten fried somewhere along the way. Exporting that view from a fresh D11 install and importing it into my D11 instance with issue detail above corrected it. Thanks all!