← All changes
|
modules/library/documents/library-document.php
+0
-6
4.2.0-dev2
→
3.28.0-dev2
View file →
| @@ -27,13 +27,8 @@ | ||
| 27 | 27 | */ |
| 28 | 28 | const TAXONOMY_TYPE_SLUG = 'elementor_library_type'; |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * The customization group for Kit Export. | |
| 32 | - */ | |
| 33 | - const EXPORT_GROUP = 'site-templates'; | |
| 34 | - | |
| 35 | - /** | |
| 36 | 31 | * Get document properties. |
| 37 | 32 | * |
| 38 | 33 | * Retrieve the document properties. |
| 39 | 34 | * |
| @@ -49,9 +44,8 @@ | ||
| 49 | 44 | $properties['admin_tab_group'] = 'library'; |
| 50 | 45 | $properties['show_in_library'] = true; |
| 51 | 46 | $properties['register_type'] = true; |
| 52 | 47 | $properties['cpt'] = [ Source_Local::CPT ]; |
| 53 | - $properties['export_group'] = static::EXPORT_GROUP; | |
| 54 | 48 | |
| 55 | 49 | return $properties; |
| 56 | 50 | } |
| 57 | 51 | |