Problem/Motivation
This is about two possible UX improvements:
1) Currently the layout label is overriding the element label in the widget, and that makes it lose the information about the paragraph type.

2) In the Add/Edit form dialog, the title of the dialog is always "Edit Form", while it would be useful to have the paragraph type in there as well (much like the current remove dialog has)

Proposed resolution
1) Include the paragraph type label even when it's a layout:

2) Include the paragraph type in the dialog title:

Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3218040-2.patch | 2.03 KB | marcoscano |
| 2_after.png | 98.47 KB | marcoscano | |
| 1_after.png | 132.7 KB | marcoscano | |
| 2_before.png | 94.35 KB | marcoscano | |
| 1_before.png | 116.73 KB | marcoscano |
Comments
Comment #2
marcoscanoComment #3
quicksketchThis seems super low-impact on existing code and gives a pretty big usability boost for our editors. We're constantly having the challenge of identifying what paragraph type is being used. This both fixes an issue with the existing gray labels (if you're using them), and gives the dialog an indicator (if you're not using the gray labels). Tested and works great for me.
Comment #5
justin2pin commentedThanks for this - patched and committed, marking as fixed.