13 lines
214 B
PHP
13 lines
214 B
PHP
<?php
|
|
|
|
|
|
namespace Nextend\SmartSlider3\Renderable\Placement;
|
|
|
|
|
|
class PlacementDefault extends AbstractPlacement {
|
|
|
|
public function attributes(&$attributes) {
|
|
|
|
$attributes['data-pm'] = 'default';
|
|
}
|
|
} |