django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
43 stars 20 forks source link

feat: Image as a text plugin. #130

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

This is a first step to fix #127 .

We might think of having a reduced form for a text-enabled image for usability reasons.

codecov[bot] commented 1 year ago

Codecov Report

Merging #130 (de42c9f) into master (5b32f08) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   86.63%   86.63%           
=======================================
  Files         119      119           
  Lines        3082     3083    +1     
  Branches      329      329           
=======================================
+ Hits         2670     2671    +1     
  Misses        307      307           
  Partials      105      105           
Impacted Files Coverage Δ
djangocms_frontend/contrib/image/cms_plugins.py 92.59% <100.00%> (+0.28%) :arrow_up: