- Issue created by @marcus_johansson
Currently when you ask to manipulate a field on an entity, it double checks that this entity exists and that the field exists/doesn't exist depending if you are creating or editing.
In the case of something like Media, the actual configuration of the field sits on the Media entity and not on the entity the media fields sits on.
We could forward the question to that field, but its probably best practice to actually notify the user here that they have to change on the field on the separate entity and that this can have implications for all the usages of that entity/field.
If you ask to change the minimum resolution on the image field on the Media and you are using it for small logos on some other entity, this is probably something you don't want to do?
Active
1.0
Code