Project

General

Profile

Actions

Feature #92385

closed

Extbase: Process `variables` from typo script

Added by Thorben Nissen over 3 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
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

Also available in: Atom PDF