example_layout.inc in Display Suite 8.3
Same filename and directory in other branches
Display Suite example layout configuration.
File
drush/example_layout/example_layout.incView source
<?php
/**
* @file
* Display Suite example layout configuration.
*/
/**
* Defines a Display Suite layout.
*/
function ds_example_layout() {
return [
'label' => t('Example layout'),
'regions' => [
'left' => t('Left'),
'right' => t('Right'),
],
];
}
Functions
Name | Description |
---|---|
ds_example_layout | Defines a Display Suite layout. |