PluginProbe
YayMail – WooCommerce Email Customizer / 4.3.3
YayMail – WooCommerce Email Customizer v4.3.3
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
← All changes | src/Elements/Container.php +1 -15 trunk4.3.3 View file →
@@ -28,9 +28,9 @@
28 28 'icon' => self::$icon,
29 29 'group' => 'general',
30 30 'available' => false,
31 31 'disabled_reason' => [
32 - 'html' => self::get_pro_upgrade_text(),
32 + 'html' => __( 'This element is available in YayMail Pro', 'yaymail' ),
33 33 ],
34 34 'position' => 145,
35 35 'children' => isset( $attributes['children'] ) ? $attributes['children'] : [],
36 36 'status_info' => [
@@ -53,22 +53,8 @@
53 53 'value_path' => 'background_color',
54 54 'component' => 'Color',
55 55 'title' => __( 'Background color', 'yaymail' ),
56 56 'default_value' => isset( $attributes['background_color'] ) ? $attributes['background_color'] : '#fff',
57 - 'type' => 'style',
58 - ],
59 - 'background_image' => [
60 - 'value_path' => 'background_image',
61 - 'component' => 'BackgroundImage',
62 - 'title' => __( 'Background image', 'yaymail' ),
63 - 'default_value' => isset( $attributes['background_image'] ) ? $attributes['background_image'] : [
64 - 'url' => '',
65 - 'position' => 'default',
66 - 'x_position' => 0,
67 - 'y_position' => 0,
68 - 'repeat' => 'default',
69 - 'size' => 'default',
70 - ],
71 57 'type' => 'style',
72 58 ],
73 59 'direction' => [
74 60 'value_path' => 'direction',