New Field type - create custom data type

System Information
  • Strapi Version: 3.5.2

Documentation writes abdout Registering a new field:

strapi.registerField({ type: 'media', Component: InputMedia });

It’s means that system type media will have new presentation, defined in component InputMedia

But sometimes I’m want to see different presentation for field of type text
For example, strapi have foodadvisor demo.
Restaraunt have Day_interval text field , with value, for example “Tue - Sat”
I’m want - then admin want to edit this field - he seen datetime picker and value of it will be converted to text.

Is it possible to assign different presentation component for field with type text ?

Or can I define my custom type - datetimetextpicker and write presentation component for it ?

@Gayrat did you find a solution for this!
i have the same issue