| @@ -248,8 +248,17 @@ | ||
| 248 | 248 | 'default_active' => true, |
| 249 | 249 | 'minimum_installation_version' => '3.1.0-beta', |
| 250 | 250 | ], |
| 251 | 251 | ] ); |
| 252 | + | |
| 253 | + $this->add_feature( [ | |
| 254 | + 'name' => 'e_import_export', | |
| 255 | + 'title' => __( 'Import Export Template Kit', 'elementor' ), | |
| 256 | + 'description' => __( 'Design sites faster with a template kit that contains some or all components of a complete site, like templates, content & site settings.', 'elementor' ) | |
| 257 | + . '<br>' | |
| 258 | + . __( 'You can import a kit and apply it to your site, or export the elements from this site to be used anywhere else.', 'elementor' ), | |
| 259 | + 'release_status' => self::RELEASE_STATUS_ALPHA, | |
| 260 | + ] ); | |
| 252 | 261 | } |
| 253 | 262 | |
| 254 | 263 | /** |
| 255 | 264 | * Init States |