Montintin

Results 2 comments of Montintin

I found that if I merge the assets from a TextEditorField on the ContratosTemplatesCrudController.php, the TextEditor renders fine, no luck with the CollectionField though, also I'm not sure that's the...

I found a workaround for these problems First for the TextEditor I ended up using this so the field would render correctly ``` protected function getFieldAssets(FieldCollection $fieldDtos): AssetsDto { $fieldAssetsDto...