Hi,
I'm trying to exclude a field on a certain page in the backend using the "field dendencies", but I don't succeed.
I need something like this:
Show this field only if the page ID is NOT 1001
Variants of this do not work:
page_id!=1001
Thanks!
Do field dependencies work on Image fields? I tried this selector, to show a field if there's an image:
image_field.count > 0
...and it didn't work. Any ideas? Thanks!
-evan