| @@ -56,6 +56,13 @@ | ||
| 56 | 56 | if ( $experiments_manager->is_feature_active( 'container' ) ) { |
| 57 | 57 | Plugin::$instance->documents |
| 58 | 58 | ->register_document_type( 'container', Documents\Container::get_class_full_name() ); |
| 59 | 59 | } |
| 60 | + | |
| 61 | + if ( $experiments_manager->is_feature_active( AtomicWidgets_Module::EXPERIMENT_NAME ) ) { | |
| 62 | + Plugin::$instance->documents | |
| 63 | + ->register_document_type( 'e-div-block', Documents\Div_Block::get_class_full_name() ); | |
| 64 | + Plugin::$instance->documents | |
| 65 | + ->register_document_type( 'e-flexbox', Documents\Flexbox::get_class_full_name() ); | |
| 66 | + } | |
| 60 | 67 | } |
| 61 | 68 | } |