Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$this->elements = [
'view' => [
'postfix' => [
'Bonds/associated_to_parent_bond_type',
'Admin/BondTypes/post_view',
'Audit/history_trail_and_note',
],
],
'edit' => [
'postfix' => [
'BondTypes/show_description',
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment