[Neos] Issues in Selecting a Finisher

Bastian Waidelich bastian at typo3.org
Wed Mar 18 11:47:51 CET 2015


On 18.03.15, at 11:26, Kevin Sam wrote:

> TYPO3:
>   Form:
>     presets:
>       MyCustomPreset:
>         finisherPresets:
>           'Org.Code:Save':
>             implementationClassName: 'Org\Code\Finishers\SaveFinisher'
>             options: {}

Are you sure the Neos form runs in preset "MyCustomPreset"?
If you use the neos demo site the preset would be "bootstrap" for example:
prototype(TYPO3.Neos.NodeTypes:Form) {
	presetName = 'bootstrap'
}

That's why I set it to "default" in my example because that is the 
parentPreset by default, so it gets inherited.

-- 
Bastian Waidelich


More information about the Neos mailing list