mirror of
https://github.com/proelements/proelements.git
synced 2026-04-27 21:50:40 +00:00
v3.33.1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace ElementorPro\Modules\Variables\PropTypes;
|
||||
|
||||
use Elementor\Modules\AtomicWidgets\PropTypes\Primitives\String_Prop_Type;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
class Size_Variable_Prop_Type extends String_Prop_Type {
|
||||
public static function get_key(): string {
|
||||
return 'global-size-variable';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user