version 4.13.0
This commit is contained in:
14
includes/builder/module/helpers/Alignment.php
Normal file
14
includes/builder/module/helpers/Alignment.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Helper class that provides necessary functions for managing alignment option
|
||||
*
|
||||
* Class ET_Builder_Module_Helper_Alignment
|
||||
*/
|
||||
class ET_Builder_Module_Helper_Alignment extends ET_Builder_Module_Helper_Sizing {
|
||||
|
||||
public function get_raw_field() {
|
||||
return 'module_alignment';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user