I need your help creating a custom content element. I use TYPO3 ver. 10.4.21 and I’d added extensions (fluid_styled_content and sitepackage). I could create a wizard and content type (CType) for dropdown list, but if I let show my content element on the frontend (websie), then an error occured: Oops, an error occurred! Code: 202111110917379495faab. Maybe there are errors by
Tag: typescript
Export PHP interface to Typescript interface, or vice versa?
I’m experimenting with Typescript, and at my current contract I code backend in PHP. In a couple of projects I’ve written Typescript interfaces for the sort of AJAX responses my back end code gives …