📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 11:21:22
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
modules
/
design-system-sync
/
classes
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/modules/design-system-sync/classes
🔄 Refresh
✏️
Editing: sync-typography-props.php
Writable
<?php namespace Elementor\Modules\DesignSystemSync\Classes; if ( ! defined( 'ABSPATH' ) ) { exit; } class Sync_Typography_Props { const PROP_MAP = [ 'font-family' => 'typography_font_family', 'font-size' => 'typography_font_size', 'font-weight' => 'typography_font_weight', 'font-style' => 'typography_font_style', 'text-decoration' => 'typography_text_decoration', 'line-height' => 'typography_line_height', 'letter-spacing' => 'typography_letter_spacing', 'word-spacing' => 'typography_word_spacing', 'text-transform' => 'typography_text_transform', ]; const RESPONSIVE_V3_PROPS = [ 'typography_font_size', 'typography_line_height', 'typography_letter_spacing', 'typography_word_spacing', ]; public static function get_css_props(): array { return array_keys( self::PROP_MAP ); } }
💾 Save Changes
❌ Cancel