Issue #1384Opened August 27, 2018by ahmadcore1 reactions

newsletter preset button only view text

Question

hiii, i use latest grapesjs with newsletter preset plugins, but when i drag & drop button control only view text

Code SnippetTEXT
![screenshot from 2018-08-27 13-42-17](https://user-images.githubusercontent.com/28822541/44644711-3d008900-a9ff-11e8-8382-88953c1651a1.png)

this my code:
`<script type="text/javascript">
        var images = [];
        var editor = grapesjs.init({
            clearOnRender: true,
            storageManager: {
              id: 'gjs-nl-',
            },
            assetManager: {
                assets: images,
                upload: 0,
                uploadText: 'Not allowed',
            },
            fromElement: true,
            container : '#gjs',
           plugins: ['gjs-preset-newsletter'],
            pluginsOpts: {
                'gjs-preset-newsletter': {
                    modalTitleImport: 'Import template',
                    // ... other options
                }
            }
        });
    </script>`

Answers (2)

artfSeptember 2, 20181 reactions

Styles of those blocks are defined here, you can copy them or define your own

lock[bot]September 17, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.