Actions
Feature #92385
closedExtbase: Process `variables` from typo script
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2020-09-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
extbase, variables, template
Complexity:
Sprint Focus:
Description
It would be nice to be able to pass certain data trough the action controller to the template via the variables
section of the plugin settings.
Example:
plugin.tx_news {
variables {
cObjNumber = TEXT
cObjNumber.data = cObj:parentRecordNumber
}
}
This would allow us to add certain data, that is only needed in the template without writing a custom plugin, when we're actually satisfied with the plugin logic.
Actions