mjawad096 / laravel-grapesjs

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

How to allow javascript code #59

Closed SojebSikder closed 2 years ago

SojebSikder commented 2 years ago

How to config this line on laravel-grapejs.config allowScripts: 1,

mjawad096 commented 2 years ago

Hi there, you can modify core config as described here

SojebSikder commented 2 years ago

Thank you