Blueprint field read only for specific user role

Hello there,

I have 2 user roles (admin and editor) and I want to set a specific blueprint field to read only for the editor user. the admin user should still be able to edit the field.
something like for the files field with
options: read: true
Is this even possible?

regards,
Timo

Permissions on the sub-blueprint level are not possible, unless you use different blueprints based on user role.

Thanks @pixelijn
I guess I will try the role based blueprints…