Лейаут

  1. Лейаут
  2. Заголовок
  3. Текст
  4. Кнопка
  5. Аккордеон

Одна колонка


<?
$this->webElement(
    [
        'layout' => 'L1',
        'code' => 'BlocksLayouts',
        'template' => 'OneColumn',
        'position' => 'thisPage', // thisPage / allPages 
        'fields' => []
    ]
);
?>

Две колонки


<?
$this->webElement(
    [
        'layout' => 'L2',
        'code' => 'BlocksLayouts',
        'template' => 'TwoColumn',
        'position' => 'thisPage', // thisPage / allPages 
        'fields' => []
    ]
);
?>

 

 

  1. Лейаут
  2. Заголовок
  3. Текст
  4. Кнопка
  5. Аккордеон