'; return [ 'id' => uniqid(), 'type' => self::$type, 'name' => __( 'Space', 'yaymail' ), 'icon' => self::$icon, 'group' => 'general', 'available' => true, 'position' => 130, 'data' => [ 'background_color' => [ 'value_path' => 'background_color', 'component' => 'Color', 'title' => __( 'Background color', 'yaymail' ), 'default_value' => isset( $attributes['background_color'] ) ? $attributes['background_color'] : '#fff', 'type' => 'style', ], 'height' => [ 'value_path' => 'height', 'component' => 'Dimension', 'title' => __( 'Height', 'yaymail' ), 'default_value' => isset( $attributes['height'] ) ? $attributes['height'] : '40', 'min' => 8, 'max' => 200, 'type' => 'style', ], ], ]; } }