Disable fields after creation

System Information
  • Strapi Version 4:
  • Ubuntu 22:
  • Postgres:
  • Node Version 16:

Hello everyone,

I’m working with strapi v4, and I have a content type which is a collection,
there’s some fields in it that I want it to be disabled after creation (read-only and can’t be edited from the admin panel)
so I want to be able to enter values for this certain fields whenever I’m creating a new instances but when I come to edit them this fields should be disabled and read-only.

Any ways to how I can achieve that?