| @@ -39,17 +39,8 @@ | ||
| 39 | 39 | |
| 40 | 40 | return apply_filters( 'elementor/editor-one/menu/excluded_level3_slugs', $default_slugs ); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - public static function get_excluded_flyout_menu_level3_slugs(): array { | |
| 44 | - $default_slugs = [ | |
| 45 | - 'e-form-submissions', | |
| 46 | - ]; | |
| 47 | - | |
| 48 | - return apply_filters( 'elementor/editor-one/menu/excluded_flyout_menu_level3_slugs', $default_slugs ); | |
| 49 | - } | |
| 50 | - | |
| 51 | - | |
| 52 | 43 | public static function get_legacy_slug_mapping(): array { |
| 53 | 44 | $default_mapping = [ |
| 54 | 45 | self::LEGACY_TEMPLATES_SLUG => self::TEMPLATES_GROUP_ID, |
| 55 | 46 | ]; |
| @@ -92,14 +83,10 @@ | ||
| 92 | 83 | |
| 93 | 84 | public static function get_attribute_mapping(): array { |
| 94 | 85 | $default_mapping = [ |
| 95 | 86 | 'e-form-submissions' => [ |
| 96 | - 'position' => 70, | |
| 87 | + 'position' => 50, | |
| 97 | 88 | 'icon' => 'send', |
| 98 | - ], | |
| 99 | - 'elementor-mcp' => [ | |
| 100 | - 'position' => 25, | |
| 101 | - 'icon' => 'extension', | |
| 102 | 89 | ], |
| 103 | 90 | ]; |
| 104 | 91 | |
| 105 | 92 | return apply_filters( 'elementor/editor-one/menu/position_mapping', $default_mapping ); |