コード例 #1
0
 public function build(array $configuration, $presetName)
 {
     $configuration = array('type' => 'Neos.Form:Form', 'identifier' => 'testing', 'label' => 'My Label', 'renderables' => array(array('type' => 'Neos.Form:Page', 'identifier' => 'general', 'renderables' => array(array('type' => 'Neos.Form:TestingFormElementWithSubElements', 'identifier' => 'subel')))));
     return parent::build($configuration, $presetName);
 }