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
45 stars 20 forks source link

feat: Add a 'start level' field to page tree plugin for menu generation #22

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

This adds a "start level" from which to render the menu for the page tree plugin.

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (a749b7e) into master (5525a28) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   78.48%   78.50%   +0.02%     
==========================================
  Files         128      128              
  Lines        3941     3945       +4     
  Branches      790      790              
==========================================
+ Hits         3093     3097       +4     
  Misses        748      748              
  Partials      100      100              
Impacted Files Coverage Δ
...angocms_frontend/contrib/navigation/cms_plugins.py 98.68% <100.00%> (+0.05%) :arrow_up:
djangocms_frontend/contrib/navigation/forms.py 100.00% <100.00%> (ø)

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 5525a28...a749b7e. Read the comment docs.