Skip to content

Commit

Permalink
[5.2] [Guided Tours] Global Configuration delay field fix (joomla#44091)
Browse files Browse the repository at this point in the history
  • Loading branch information
obuisard committed Sep 23, 2024
1 parent b1b0a59 commit e4fb51a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions administrator/components/com_guidedtours/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@

<field
name="delayed_time"
type="text"
type="number"
label="COM_GUIDEDTOURS_CONFIG_DELAYED_TIME_LABEL"
description="COM_GUIDEDTOURS_CONFIG_DELAYED_TIME_DESCRIPTION"
default="60"
size="small"
min="1"
filter="integer"
validate="number"
showon="allowTourAutoStart:1"
/>
</fieldset>
Expand Down

0 comments on commit e4fb51a

Please sign in to comment.