PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | includes/blocks/advance-lists/attributes.php +2 -1 2.9.1 → 2.14.0 View file →
@@ -8,8 +8,9 @@
8 8 use ABlocks\Controls\Border;
9 9 use ABlocks\Controls\GroupButton;
10 10 use ABlocks\Controls\Icon;
11 11 use ABlocks\Controls\Range;
12 +
12 13 if ( ! defined( 'ABSPATH' ) ) {
13 14 exit;
14 15 }
15 16
@@ -75,9 +76,9 @@
75 76 ];
76 77
77 78 $attributes = array_merge(
78 79 $attributes,
79 - Alignment::get_attribute( 'alignment', true, [ 'value' => 'flex-start' ] ),
80 + Alignment::get_attribute( 'alignment', true, [ 'value' => 'start' ] ),
80 81 Icon::get_attribute( 'icon', [
81 82 'className' => 'fas fa-check',
82 83 'path' => 'M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z',
83 84 'viewBox' => '0 0 512 512',