| @@ -8,8 +8,9 @@ | ||
| 8 | 8 | use ABlocks\Controls\TextStroke; |
| 9 | 9 | use ABlocks\Controls\Border; |
| 10 | 10 | use ABlocks\Controls\Range; |
| 11 | 11 | use ABlocks\Controls\Icon; |
| 12 | +use ABlocks\Controls\Link; | |
| 12 | 13 | if ( ! defined( 'ABSPATH' ) ) { |
| 13 | 14 | exit; |
| 14 | 15 | } |
| 15 | 16 | |
| @@ -103,8 +104,9 @@ | ||
| 103 | 104 | 'viewBox' => '0 0 512 512', |
| 104 | 105 | 'size' => '20', |
| 105 | 106 | 'color' => '#000', |
| 106 | 107 | ] ), |
| 108 | + Link::get_attribute( 'link' ), | |
| 107 | 109 | Alignment::get_attribute( 'iconAlignment', true, [ 'value' => 'row' ] ), |
| 108 | 110 | Alignment::get_attribute( 'alignment', true, [ 'value' => '' ] ), |
| 109 | 111 | GroupButton::get_attribute( 'listsDirection', true, [ |
| 110 | 112 | 'value' => 'column', |