mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 09:43:30 +08:00
Kirki 4.0.24
This commit is contained in:
parent
ad73f534bf
commit
0c3f94312c
39 changed files with 1664 additions and 1315 deletions
|
@ -899,25 +899,24 @@ new \Kirki\Field\Multicolor(
|
|||
'priority' => 10,
|
||||
'transport' => 'postMessage',
|
||||
'choices' => [
|
||||
'link' => esc_html__( 'Color', 'kirki' ),
|
||||
'hover' => esc_html__( 'And this hover color just so that you have long label', 'kirki' ),
|
||||
'active' => esc_html__( 'Active', 'kirki' ),
|
||||
'active' => esc_html__( 'Active', 'kirki' ),
|
||||
'active1' => esc_html__( 'Active', 'kirki' ),
|
||||
'active2' => esc_html__( 'Active', 'kirki' ),
|
||||
'active3' => esc_html__( 'Active', 'kirki' ),
|
||||
'active4' => esc_html__( 'Active', 'kirki' ),
|
||||
'active5' => esc_html__( 'Active', 'kirki' ),
|
||||
'active6' => esc_html__( 'Active', 'kirki' ),
|
||||
'active7' => esc_html__( 'Active', 'kirki' ),
|
||||
'active8' => esc_html__( 'Active', 'kirki' ),
|
||||
'active9' => esc_html__( 'Active', 'kirki' ),
|
||||
'active10' => esc_html__( 'Active', 'kirki' ),
|
||||
'active11' => esc_html__( 'Active', 'kirki' ),
|
||||
'active12' => esc_html__( 'Active', 'kirki' ),
|
||||
'active13' => esc_html__( 'Active', 'kirki' ),
|
||||
'active14' => esc_html__( 'Active', 'kirki' ),
|
||||
'active15' => esc_html__( 'Active', 'kirki' ),
|
||||
'link' => esc_html__( 'Link Color', 'kirki' ),
|
||||
'hover' => esc_html__( 'And this is hover color with long label so you know how it is displayed.', 'kirki' ),
|
||||
'active' => esc_html__( 'Active Color', 'kirki' ),
|
||||
'another1' => esc_html__( 'Another color 1', 'kirki' ),
|
||||
'another2' => esc_html__( 'Another color 2', 'kirki' ),
|
||||
'another3' => esc_html__( 'Another color 3', 'kirki' ),
|
||||
'another4' => esc_html__( 'Another color 4', 'kirki' ),
|
||||
'another5' => esc_html__( 'Another color 5', 'kirki' ),
|
||||
'another6' => esc_html__( 'Another color 6', 'kirki' ),
|
||||
'another7' => esc_html__( 'Another color 7', 'kirki' ),
|
||||
'another8' => esc_html__( 'Another color 8', 'kirki' ),
|
||||
'another9' => esc_html__( 'Another color 9', 'kirki' ),
|
||||
'another10' => esc_html__( 'Another color 10', 'kirki' ),
|
||||
'another11' => esc_html__( 'Another color 11', 'kirki' ),
|
||||
'another12' => esc_html__( 'Another color 12', 'kirki' ),
|
||||
'another13' => esc_html__( 'Another color 13', 'kirki' ),
|
||||
'another14' => esc_html__( 'Another color 14', 'kirki' ),
|
||||
'another15' => esc_html__( 'Another color 15', 'kirki' ),
|
||||
],
|
||||
'alpha' => true,
|
||||
'default' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue