Hidden Config
Added in Publisher 3.12.2. Publisher added support for the relationships_display_field_options hook, which lets add-ons modify the list of entries displayed in a Relationship field. When viewing an entry in the non-default language, and the Persistent Relationships setting is turned off, you might not want to display entries that are not translated to the current language. This hook will remove any entries not translated to the current language so they can not be inadvertently selected by the user. The draw back to this is that on large sites with thousands of entries, it can add a couple of seconds to the page load time due to the sheer amount of entries it needs to process. Caching has been added to alleviate this, but it can only do so much. If you want disable this behavior, thus potentially showing entries that might not be translated to the current language, then add this to your config.php file.
@todo, document these:
Last updated
Was this helpful?