romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Allow setup option overriding #57

Closed whitespy closed 4 years ago

whitespy commented 4 years ago

Now the setup option is hardcoded. This pull request allows to override setup option by custom value.

codecov-io commented 4 years ago

Codecov Report

Merging #57 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #57   +/-   ##
======================================
  Coverage    88.6%   88.6%           
======================================
  Files           6       6           
  Lines         237     237           
======================================
  Hits          210     210           
  Misses         27      27

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3b9221d...d1710ce. Read the comment docs.

romanvm commented 4 years ago

The removed piece of code was introduced to fix #23. This PR will be rejected unless you provide a better alternative.