Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 539 Bytes

File metadata and controls

30 lines (20 loc) · 539 Bytes

cmsplugin-pagebreaks

Split your content into pages with pagination in DjangoCMS.

Author

Requirements

  • django-cms 3.x

Quick start

  1. Add "cmsplugin_pagebreaks" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'cmsplugin_pagebreaks', ]

Settings

  • CMSPLUGIN_PAGEBREAKS_PAGE_GET_PARAMETER - default 'page'. Name of GET parameter with page number.