Hi, I'm trying to create custom import behaviour for my defined content types.
0) I have defined content types with mandatory and optional fields.
1) Is it possible to mark imported fields as read only?
2) Fields which aren't inside an imported file and aren't required I will fill manually. (This step should be ok)
2) When I re-import the file again I need to keep untouched fields which I have already added manually. Only "readonly" fields will change. Fields from the file have a priority.
Can I achieve this behaviour in dotCMS?
Thanks.