Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] [Guided tours] Add missing auto start parameter in the user interface of tours #43690

Merged
merged 7 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update administrator/components/com_guidedtours/forms/tour.xml
Reorganise attributes of the field

Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
obuisard and brianteeman committed Jun 21, 2024
commit 535cd9aa1168ccbe8463d63436d346544b836ccb
2 changes: 1 addition & 1 deletion administrator/components/com_guidedtours/forms/tour.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@
<field
name="autostart"
type="radio"
layout="joomla.form.field.radio.switcher"
label="COM_GUIDEDTOURS_AUTOSTART_LABEL"
description="COM_GUIDEDTOURS_AUTOSTART_DESC"
layout="joomla.form.field.radio.switcher"
default="0"
>
<option value="0">JNO</option>
Expand Down