You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With repeaters, you have the ability to disable an individual repeater using the toggle it provides.
It would be nice if you could do this with multi-image fields (and multi-file fields), although I can understand why this may not be implemented since repeaters are technically repeater pages under-the-hood while images and files are not which complicates things.
Right now I'm using custom image fields and have a checkbox field called 'disabled', although checking it won't give me the nice greyed-out effect like repeaters do. I'll figure that out with a hook however.
Anyway thought I'd bring this feature up and see your thoughts about it.