first
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\SmartSlider3\Renderable\Placement;
|
||||
|
||||
|
||||
class PlacementDefault extends AbstractPlacement {
|
||||
|
||||
public function attributes(&$attributes) {
|
||||
|
||||
$attributes['data-pm'] = 'default';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user