Skip to content

Commit e8b1c1c

Browse files
committed
изменен тип поля
1 parent dd31b94 commit e8b1c1c

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

jllike/jllike.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,35 +479,47 @@
479479
</field>
480480
<field
481481
name="btn_border_radius"
482-
type="text"
482+
type="number"
483483
default="15"
484484
label="PLG_JLLIKEPRO_BUTTONS_BORDER_RADIUS"
485485
description="PLG_JLLIKEPRO_BUTTONS_BORDER_RADIUS_DESC"
486486
filter="integer"
487+
min="0"
488+
max="50"
489+
step="1"
487490
/>
488491
<field
489492
name="btn_dimensions"
490-
type="text"
493+
type="number"
491494
default="30"
492495
label="PLG_JLLIKEPRO_BUTTONS_DIMENSIONS"
493496
description="PLG_JLLIKEPRO_BUTTONS_DIMENSIONS_DESC"
494497
filter="integer"
498+
min="10"
499+
max="100"
500+
step="1"
495501
/>
496502
<field
497503
name="btn_margin"
498-
type="text"
504+
type="number"
499505
default="6"
500506
label="PLG_JLLIKEPRO_BUTTONS_MARGIN"
501507
description="PLG_JLLIKEPRO_BUTTONS_MARGIN_DESC"
502508
filter="integer"
509+
min="0"
510+
max="50"
511+
step="1"
503512
/>
504513
<field
505514
name="font_size"
506-
type="text"
515+
type="number"
507516
default="1"
508517
label="PLG_JLLIKEPRO_BUTTONS_FONT_SIZE"
509518
description="PLG_JLLIKEPRO_BUTTONS_FONT_SIZE_DESC"
510519
filter="float"
520+
min="0.1"
521+
max="5"
522+
step="0.1"
511523
/>
512524
<field
513525
name="button_text"

0 commit comments

Comments
 (0)