Parents
  • In your record.php, you can set the number of columns to 1:

    array(
    'name' => 'panel_body',
    'label' => 'LBL_RECORD_BODY',
    'columns' => 1,

    And you can customize your module's clients/base/views/record/businesscard.hbs to add your image before displaying the record view which starts with:

    <div class="record">
Reply
  • In your record.php, you can set the number of columns to 1:

    array(
    'name' => 'panel_body',
    'label' => 'LBL_RECORD_BODY',
    'columns' => 1,

    And you can customize your module's clients/base/views/record/businesscard.hbs to add your image before displaying the record view which starts with:

    <div class="record">
Children