- Issue created by @jwilson3
The Paragraphs Library is a submodule bundled with Paragraphs. It leverages the same route as the Paragraphs Admin module (/admin/content/paragraphs
) such that when both modules are enabled you see two Primary Tabs (a.k.a. local tasks) and the Paragraphs Admin view from this module takes over the page content display such that you can still access the "Add Library Item" button, but you can no longer see the Paragraphs Library entities list.
Normally, I would propose moving the Paragraphs Library to another route, but since it is bundled with the main Paragraphs module, I think the onus is sadly on this module to find another route to use for the View.
Maybe we can do like core Media Library module does at route /admin/content/media
and use Secondary local tasks ("Table" and "Grid") to implement "Library" and "Instances" or similar wording. Its not immediately clear to me what will happen on sites that do not enable Paragraphs Library but have Paragraphs Admin enabled, so this needs to also be tested and taken into account how the Secondary local tasks will work.
Active
1.0
Code