Project

General

Profile

Actions

Feature #92341

closed

Extbase & FLUIDTEMPLATE: Apply stdWrap to properties

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

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2020-09-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
extbase, fluid, settings, stdwrap
Complexity:
Sprint Focus:

Description

I came accross several occasions, where it would be handy to be able to use stdWrap on the properties in the settings section of both and extbase plugin and FLUIDTEMPLATE cObject.

It should must still be possible to create multi level settings like

plugin.tx_myext.settings {
    someSetting = foo
    list {
        one = Some value
        two.stdWrap {
            cObject = TEXT
            cObject.value = Some value here
        }
    }
    rootLevelProperty.stdWrap {
        data = cObj:parentRecordNumber
    }
}

Actions

Also available in: Atom PDF