← All changes
|
modules/atomic-widgets/elements/atomic-collection-loop/collection-loop-promotion.php
+1
-0
4.3.0-beta1
→
4.3.1
View file →
| @@ -23,8 +23,9 @@ | ||
| 23 | 23 | |
| 24 | 24 | public function __construct( $data = [], $args = null ) { |
| 25 | 25 | parent::__construct( $data, $args ); |
| 26 | 26 | $this->meta( 'is_container', true ); |
| 27 | + $this->meta( 'is_compound', true ); | |
| 27 | 28 | $this->meta( 'is_pro_promotion', true ); |
| 28 | 29 | } |
| 29 | 30 | |
| 30 | 31 | public static function get_type() { |