When you install PageBuilder generates the following events that can be used for customization:
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:
name | The name of the container |
container | Container options |
configs | Options of the available blocks of the container |
blocks | Blocks with values |
This event is called after rendering each field, the result is added to the output.
The parameters of the event:
name | Name of the field |
field | Field options |
value | Field value |