backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

Separate editing follow up improvements: modal? #64

Closed laryn closed 2 years ago

laryn commented 4 years ago

Follow up to https://github.com/backdrop-contrib/paragraphs/issues/60 - is it feasible to have the contextual paragraph links open in a modal (like the "Configure block" modal)? Having the page beneath refresh after a save in one way or another would be important.

laryn commented 4 years ago

Maybe the changes in this core PR can provide some insight into how to do a modal popup for a form like this: https://github.com/backdrop/backdrop/pull/3131/files

laryn commented 3 years ago

Not quite sure how to add this to a contextual link, but this function seems relevant: ajax_command_open_modal_dialog

See also: dialog-api

laryn commented 3 years ago

I'm liking how it's starting to take shape with dropbuttons instead of contextual links in https://github.com/backdrop-contrib/paragraphs/tree/issue-60-dropbutton

paragraphs-separate-edit-small

laryn commented 2 years ago

Closing as this is now part of https://github.com/backdrop-contrib/paragraphs/issues/60