This module extends the pagedesigner functionality to create reusable content "parts" that can be managed as nodes. These parts can then be displayed anywhere on your site by creating a block that references the part and placing that block using the block layout system.
Summary
This is an extension to the pagedesigner module.
It enables the creation of pagedesigner parts, which then can be referenced in block. The block then can be placed using the block layout.
Installation
Via composer: composer require drupal/pagedesigner_parts:^1.0
Via Gui: Download the release and install the usual way.
Usage
After the module has been installed, create nodes of type "pagedesigner_part" and use the pagedesigner to create the nodes content. Afterwards, create a block of type "pagedesigner part", reference the node and place the block in the block layout.