Events

    When you install PageBuilder generates the following events that can be used for customization:

    OnPBContainerRender

    This event is called after rendering the edit form of the container, the result is simply added to the output.

    The parameters of the event:

    nameThe name of the container
    containerContainer options
    configsOptions of the available blocks of the container
    blocksBlocks with values

    OnPBFieldRender

    This event is called after rendering each field, the result is added to the output.

    The parameters of the event:

    nameName of the field
    fieldField options
    valueField value