Strapi Admin Customization - Create Component

[details=“System Information”]

  • Strapi Version: 3
  • Operating System: macos montery
  • Database: PostgreSQL
  • Node Version: 14
  • NPM Version: 6

Hello, is there a way to customize the create/edit component for certain resource. What i need to do is to hide inputs from the create view and show them on the edit view. Another use case is to show some fields conditionally on the user’s choice for another ones. Also some fields will be added using model lifecycle methods and will be stored directly to the db and return on the response. generally speaking is there a way to customize a certain resource create or edit form ?