Project

General

Profile

Actions

Feature proposal #7140

open

Redesign trigger usage

Added by krileon almost 6 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Target version:
Start date:
08 May 2018
Due date:
% Done:

0%

Estimated time:

Description

Currently various triggers send by reference variables for adding content to specific locations. Get rid of this behavior entirely and simply handle it in the return. Example as follows.

return 'test';

A plugin doing that on a trigger would insert to default position.

return array( 'buttons' => 'test' );

A plugin doing that on a trigger would insert to the buttons position.

For edit views use an integration_edit template file that can loop array returns into field rows. This prevents the integrations having to supply any HTML. They'd supply the label and the input and that's all they'd have to do.

This will make it easier to add/remove positions without completely breaking the variable order.

No data to display

Actions

Also available in: Atom PDF