Custom page component
The Custom page component component adds another custom page component that was created with PAGEBUILDER.

A typical example of a custom page component is a header that you want to use on several pages. In case you want to edit it, you only have to change it on one location.
It has the following configuration options:
- Url: here you can select the custom page component or define the URL to it. You can use a relative path.
- Go to editor: if you select the link, the selected custom page opens in Pagebuilder editor and you can edit the custom page.
- Input type: the variables input type. Options:
- none: if you select this option, no variables are passed to the URL.
- default: if you select this option, the id parameters are passed to the URL
- workflow: if you select this option, a CLOUDFLOW
workflow runs to return data as a result.
- Workflow name: the name of the CLOUDFLOW workflow.
- Workflow input name: the input name of the workflow.
- Open Workflow: if you select this option, the workflow opens in the Workflow Editor.