steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Unused options #154

Open yarkm13 opened 3 years ago

yarkm13 commented 3 years ago

Found such lines in example "form-post" Does it make any sence? It looks like not used enywhere.

        $('#editor').wysiwyg(
        {
            'form':
            {
                'text-field': 'mySubmission',
                'seperate-binary': true
            }
        });

https://github.com/steveathon/bootstrap-wysiwyg/blob/92d8b59e66358943a82ca6e6476f355299c2bdff/examples/form-post.html#L108