0
Leonardo.Willrich created
Hi,
I want to add a logo image in the tenants forms. What is the best way to do that? Would be possible to use the module entity extensions (https://docs.abp.io/en/abp/latest/Module-Entity-Extensions)? I don't want to override the form, that would be my last option. So, it will be easier to update to a newer version.
Framework: Blazor WASM version 4.3.0 Database: Entity Framework - Postgres
2 Answer(s)
-
0
Hi @Leonardo.Willrich
There is no way to use extra properties with any file action,
For any image upload, you need to override the form.
-
0
Hi cotur, thank you for you answer!