32 $flexFormDataStructureIdentifier = $this->data[
'parameterArray'][
'fieldConf'][
'config'][
'dataStructureIdentifier'];
33 $flexFormDataStructureArray = $this->data[
'parameterArray'][
'fieldConf'][
'config'][
'ds'];
36 $options[
'flexFormDataStructureIdentifier'] = $flexFormDataStructureIdentifier;
37 $options[
'flexFormDataStructureArray'] = $flexFormDataStructureArray;
38 $options[
'flexFormRowData'] = $this->data[
'parameterArray'][
'itemFormElValue'];
39 $options[
'renderType'] =
'flexFormNoTabsContainer';
42 if (count($flexFormDataStructureArray[
'sheets']) > 1) {
43 $options[
'renderType'] =
'flexFormTabsContainer';
46 $resultArray = $this->nodeFactory->create($options)->render();
47 $resultArray[
'requireJsModules'][] =
'TYPO3/CMS/Backend/FormEngineFlexForm';