vlsuite-1.0.x-dev/modules/vlsuite_layout/src/Plugin/Layout/VLSuiteLayoutFourCols.php

modules/vlsuite_layout/src/Plugin/Layout/VLSuiteLayoutFourCols.php
<?php

namespace Drupal\vlsuite_layout\Plugin\Layout;

/**
 * Configurable four column layout plugin class.
 */
class VLSuiteLayoutFourCols extends VLSuiteLayoutBase {

  /**
   * {@inheritdoc}
   */
  protected function getWidthOptions() {
    return [
      '25-25-25-25' => '25%/25%/25%/25%',
    ];
  }

  /**
   * {@inheritdoc}
   */
  protected function getDefaultWidth() {
    return '25-25-25-25';
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc