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 #1

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65763

Actions #2

Updated by Thorben Nissen over 3 years ago

Can be closed by one of the admins. Please see discussion in the change request.

Actions #3

Updated by Oliver Bartsch over 3 years ago

  • Status changed from Under Review to Closed

Closed as requested.

Actions

Also available in: Atom PDF