I ran into a problem on a Drupal 7 site yesterday where the permissions for "Manage fields" and "Manage display" were not handled consistently across different entity types - creating a very confusing experience for users.
My use case: I wasn't able to determine which permission I needed to grant to allow a role access to manage fields on files entity.
Fortunately, I stumbled across this excellent module which lead me to this Drupal core issue where they are also working on the problem.
I would love to see the same fix for Backdrop.
Recent comments
This is orig. code. Backdrop removes the form action and insert an end-form later (or move it down). Hm, this works for me. I've set up a new text format (at admin/config/...
Paypal button code gets messed-up
I have tried that as well - no difference. Code get messed up anyway. And - my style tags are needed in order for the page to look fine no matter what width the display is (style clear-...
Paypal button code gets messed-up
Hi Egmund, BackdropCMS tries hard to output valid markup, by default even the "raw" format. Your code is invalid, though, as there's a <style> tag inside the body, whereas...
Paypal button code gets messed-up