Describe your issue or idea
When deleting a field, we see this message:
If you have any content left in this field, it will be lost. This action cannot be undone.
This always makes me a little nervous, even when I'm pretty sure there is no content in the field. Actually even if I've checked the database directly to make sure there is none. This is an idea for feedback: can we check if there is any content in that field and tell the user whether there is or not instead of this broad brush approach?
It could be simply:
There is content in this field which will be lost. This action cannot be undone.
Or (for example) when deleting a field from the "Page" content type:
7 pages have content in this field which will be lost. This action cannot be undone.
Recent comments
Hi Editing I see this: The CSS looks like this: /* Level 1: Standard Numbers */ .field-name-body ol { list-style-type: decimal; } /* Level 2: Lowercase Letters */ .field...
Numbered List format is different when editing
Done: https://github.com/backdrop/backdrop-issues/issues/7097 Feel free to edit it with better technical language. I'll have ago at vaccinating it but I'm only a user and the...
Numbered List format is different when editing
Hi Mike. That looks like a bug. The CKE ordered lists when editing have the correct CSS to format those lists correctly, but when Backdrop displays the body field in Basis, it doesn't...
Numbered List format is different when editing