grapesjs-custom-code icon indicating copy to clipboard operation
grapesjs-custom-code copied to clipboard

GrapesJS component for the embed of custom code

Results 11 grapesjs-custom-code issues
Sort by recently updated
recently updated
newest added

When importing a template that contains a script, the script portion is not imported. Even when using the "code" module, the result is the same. This is despite enabling the...

Hello, When using the following custom code ```html alert('hi') ``` The result would sanitize the script tag as following ```html <script>alert('hi')</script> ``` Am I missing anything?

I want to achieve rendering of React components given in custom code. For that, I have taken the code of this project and trying to extend the custom code plugin...

If a user drags the custom code block onto the canvas, and then clicks save without entering any text - the component can no longer be edited - The only...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

This change allows the final HTML that is output from the editors using this plugin, to then consume/import/open said HTML content again and recognise the custom-code blocks that you previously...

When adding JS specifically I am using Django to render in the background so If I have: ``` var isAuthenticated = {% if purchase_session.username %}true{% else %}false{% endif %}; ```...

Hello, The issue described below can be reproduced on the official demo at https://grapesjs.com/demo.html When I try to add an iframe in a custom code block, the view tends to...

When adding HTML through the custom-code widget, if a component gets recognized as a grapesjs component, we can update and modify it using grapesjs' tools. But these changes do not...