mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

How can I create and use custom AssetManager #41

Closed sergeynilov closed 1 year ago

sergeynilov commented 2 years ago

In laravel 8 app with "jd-dotlogics/laravel-grapesjs": "^3" I need to modify images editor,like adding custom inputs and additive parameters to server's request when reading images I see that AssetManager is used and at link https://grapesjs.com/docs/modules/Assets.html#customization I read about customization of assets and wonder in which way I can create and use custom AssetManager in jd-dotlogics/laravel-grapesjs plugin ?

Thanks!

ghost commented 1 year ago

You can create a custom plugin for that (as explained here) or you can modify the core configurations (as explained here ) and then you can add your required changes there.