I have extended a field from a files field which has the max-property set to 10!
How can i reset that max-property to unlimited?
I have tried:
max: -
max: -1
max: false
Does not work for me ?!?
I can only increase the ammount of possible files.
Michael