I just said the two ways I see to add that lookup. Actually I think the parameter makes sense in the plugin, since the plugin will do the rendering mostly. Though not sure if users will find the parameter there :)
If we add a config to com_fields, then I think it should also have its own menu item and not just be accessible by the links from the sidebar.
you should be able to manage all other fields from all components in here.
I originally had this in my PR but it didn't get a lot of support because it was more confusing than helping.
Keep in mind that it would be possible to have multiple contextes in a component where the setting can be inherited from. So for me the right place in com_content would be the article options.
Why is it in the system plugin right now? Answer is, this is a historical setting from DPFields which was not migrated properly.
(Note I do not see this as a major issue)
So long and farewell
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-09 15:34:19 |
Closed_By | ⇒ | brianteeman |
Yep, I saw that as well. That's because the parameter is specified in the plugin and not the component.
One solution would be to move the parameter to the component instead of the plugin. Another would be to make the field a custom extension specific field where we then can adjust the global lookup to fetch the plugin parameters.