Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paragraphs CRUD on own pages #783

Open
amitaibu opened this issue Jan 10, 2025 · 0 comments
Open

Paragraphs CRUD on own pages #783

amitaibu opened this issue Jan 10, 2025 · 0 comments

Comments

@amitaibu
Copy link
Member

amitaibu commented Jan 10, 2025

One of the issues with Paragraphs is that its widget can easily get out of hand, piling up with too many entities and sub-entities. You probably know those pages - add, edit, re-order on in a single form

image

While working on IHP, we've ended up with a simpler, one action per entity == one page
So very rough and un-themed we have the Landing page, where you can create new Paragraphs and edit/ delete existing ones
But the Create and Edit are on a new page

image (1)

So again un-themed, and no breadcrumbs - but here you can see the Create page for the Quote paragraph

image (2)

Here, a little nicer, on an internal IHP project we have - you can see the re-order is also separated out, to its own page

Click to re-order Takes you to a new page
image (4) image (5)

So what I have in mind for a new contrib module:

  1. Create a new field widget for Paragraph, where you can click on create new Paragraph types; See existing ones; Re-order link
  2. Add those new routes, so Paragraphs are created/ edited/ deleted on own page (we already have the edit and delete with Paragraphs Edit)
@amitaibu amitaibu changed the title Paragraphs CRUD on own page Paragraphs CRUD on own pages Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant