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

Add Guided Tours auto start parameter in the user interface of tours #43690

Draft
wants to merge 6 commits into
base: 5.2-dev
Choose a base branch
from
Draft
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 GuidedTours.php
Revert test code
  • Loading branch information
obuisard committed Jun 21, 2024
commit 8ae093689ee3245c255f2b2853000de48184d883
3 changes: 0 additions & 3 deletions plugins/system/guidedtours/src/Extension/GuidedTours.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ private function processTour($item)
// Replace 'images/' to '../images/' when using an image from /images in backend.
$temp->description = preg_replace('*src\=\"(?!administrator\/)images/*', 'src="../images/', $temp->description);

if ($tour->autostart) {
// tada
}
$tour->steps[] = $temp;

foreach ($steps as $i => $step) {
Expand Down