Open schnappenberger opened 1 year ago
Do you have any examples why this would be great/useful?
A simple example could be a multisite setup, where you want to have different output for each site based on the site identifier. With this feature you could add a custom siteprocessor to the plugin.tx_dce.view.
I think it would be useful to pass additional data to the dces if needed.
Another use case: you have a page which uses content_from_pid. You want to access some page properties of the parent page. This would be an easy task with a custom dataprocessor.
Okay. Thank you. I'll think about it :)
It would be great if a developer could add dataprocessors to plugin.tx_dce.view to provide additional variables.