content-blocks icon indicating copy to clipboard operation
content-blocks copied to clipboard

Flex Form Field is inaccessible after the 13.4.2 update

Open tgrigoryan234 opened this issue 1 year ago • 12 comments

Describe the bug After the minor update, the Flex Form fields are no longer accessible. It is empty.

To Reproduce Steps to reproduce the behavior:

 fields:
  - identifier: my_flexform
    type: FlexForm
    fields:
      - type: Sheet
        identifier: sheet1
        label: Sheet 1
        fields:
          - identifier: section1
            type: Section
            label: Section 1
            container:
              - identifier: container1
                label: Container 1
                fields:
                  - identifier: container_field
                    type: Text
              - identifier: container2
                label: Container 2
                fields:
                  - identifier: container_field2
                    type: Textarea

Screenshots Bildschirmfoto 2024-12-10 um 14 54 22 Bildschirmfoto 2024-12-10 um 14 54 38

TYPO3 Version 13.4.2

tgrigoryan234 avatar Dec 10 '24 13:12 tgrigoryan234