Node Parts
Security covered
The node_parts module automatically splits your node content into multiple paginated pages. You can insert "page part" paragraphs to define where each new page should begin, and the module will generate navigation links to move between these sections.
The node_parts module enables the insertion of page part paragraphs between regular paragraphs, automatically splitting node content into paginated sections. Each page part paragraph triggers a new page break and generates a navigation link to the next page.
Features
- Automatic Pagination: Converts node paragraphs into multiple pages
- Flexible Placement: Insert page part paragraphs anywhere between paragraphs
- Navigation Links: Automatically generates "Next Page" links
- Manual navigation links: Optionally add page part link paragraphs for custom navigation to the next page
- Seamless Integration: Works with standard Drupal paragraph types
Installation
- Install the module via Composer or manual placement in /modules/contrib
- Enable the module through /admin/modules
- Configure permissions as needed
Additional Requirements
- Node module
- Paragraphs module
- File module
Usage
- Create or edit a node with paragraphs
- Add a page part paragraph type to your paragraph field
- Optionally add the page part link paragraph type to your paragraph field
- Insert page part paragraphs where page breaks should occur
- Optionally add page part link paragraphs for navigation
Save the content – the system will automatically:
- Split content at each page part
- Generate paginated views
- Create navigation to next page