All Topics
Add action hook to "display_optional_settings"
Hi there,
I found out that the ACF Image Crop Addon Field is not supported by default to show in admin columns. I’ve created a little plugin to enable this functionality: https://github.com/exophunk/cac-addon-acf-image-crop
I use the hook “cac/acf/format_acf_value” to format the field to be displayed as an image. Unfortunately there is no hook to also add the display size options to the admin columns configuration.
It would be handy if you could also add a hook to the method display_optional_settings()
in acf-field.php
on line 657, so it is possible to customize the options via a plugin.
Thank you!
You must be logged in to reply to this topic.