There are some default images styles that I'd like to remove (don't need them). While I've been able to remove other default things in Backdrop (content types, views, etc.), I don't seem to be able to remove image styles... Am I missing something?
Great spotting!!
It's a form that is in an admin.inc; only specific roles that don't include the user can access it. However I have inspected the sources tab, and found the user.js is loaded...
Is that form on a user page? In core user.admin.js we have this code:
// Contact form.
$context.find('fieldset#edit-contact').backdropSetSummary(function() {
if ($...
Comments
You can remove the image style JSON files from the active configuration folder (under /files).
Ah, right you are. Thank you!
I'd be nice if it were possible to do the same from the actual site though...