Skip to content
Snippets Groups Projects
Commit 7248a870 authored by Jose Luis Bellido Rojas's avatar Jose Luis Bellido Rojas Committed by Alberto Paderno
Browse files

Issue #3417514: Fix the errors reported by eslint for the Tour Example module

parent dffdea51
Branches 4.0.x
No related tags found
No related merge requests found
......@@ -38,16 +38,16 @@
# weight: Tips within a tour are ordered by weight, beginning with the
# lowest number. Negative values are acceptable.
# position: Defines the position of the tip, relative to its target.
# Acceptable values include: 'auto', 'auto-start', 'auto-end',
# 'top', 'top-start', 'top-end', 'bottom', 'bottom-start',
# 'bottom-end', 'right', 'right-start', 'right-end', 'left',
# Acceptable values include: 'auto', 'auto-start', 'auto-end',
# 'top', 'top-start', 'top-end', 'bottom', 'bottom-start',
# 'bottom-end', 'right', 'right-start', 'right-end', 'left',
# 'left-start', 'left-end'. Default: auto.
# selector: The HTML element you want to attach the tip to. You can use
# classes (.class-name), ID's (#id-name), a combination of both,
# and even complex elements like (.action-links
# selector: The HTML element you want to attach the tip to. You can use
# classes (.class-name), ID's (#id-name), a combination of both,
# and even complex elements like (.action-links
# a[href="/admin/structure/forum/add/forum"])
#
# If you omit, the tip will be shown as modal instead of being
# If you omit, the tip will be shown as modal instead of being
# targeted to an element.
#
id: tour-example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment