Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Nothing adds to editor #10

Open
robertnicjoo opened this issue Feb 5, 2020 · 0 comments
Open

Nothing adds to editor #10

robertnicjoo opened this issue Feb 5, 2020 · 0 comments

Comments

@robertnicjoo
Copy link

When I use this plugin nothing adds to my editor toolbar

$(document).ready(function() {
        document.emojiSource = '{{asset("themes/admin/img/pngs/")}}'; // tested it's correct path
        $('.summernote').summernote({
            minHeight: 200,
            toolbar: [
                ['style', ['style']],
                ['font', ['bold', 'italic', 'clear', ]],
                ['color', ['forecolor', 'backcolor', ]],
                ['misc', ['picture', 'emoji', 'fullscreen', 'codeview', 'print', 'help', ]],
            ]
        });
});

Screenshot (10)

Did i do something wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant