2013-04-02 16:55:48 +00:00
|
|
|
# Schema for the configuration files of the Tour module.
|
|
|
|
|
|
|
|
tour.tour.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
2013-04-02 16:55:48 +00:00
|
|
|
label: 'Tour settings'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
|
|
|
label:
|
|
|
|
type: label
|
|
|
|
label: 'Label'
|
2013-12-20 16:27:41 +00:00
|
|
|
module:
|
|
|
|
type: string
|
|
|
|
label: 'Providing module'
|
2014-01-25 20:53:51 +00:00
|
|
|
routes:
|
2013-04-02 16:55:48 +00:00
|
|
|
type: sequence
|
2014-01-25 20:53:51 +00:00
|
|
|
label: 'Route settings'
|
2013-04-02 16:55:48 +00:00
|
|
|
sequence:
|
2015-03-09 08:23:40 +00:00
|
|
|
type: route
|
|
|
|
label: 'Route'
|
2013-04-02 16:55:48 +00:00
|
|
|
tips:
|
|
|
|
type: sequence
|
|
|
|
label: 'Tips'
|
|
|
|
sequence:
|
2015-03-09 08:23:40 +00:00
|
|
|
type: tour.tip.[plugin]
|
|
|
|
label: 'Tour tip'
|
2013-04-02 16:55:48 +00:00
|
|
|
|
|
|
|
tour.tip:
|
|
|
|
type: mapping
|
|
|
|
label: 'Tour tip'
|
|
|
|
mapping:
|
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
|
|
|
plugin:
|
|
|
|
type: string
|
|
|
|
label: 'Plugin'
|
|
|
|
label:
|
|
|
|
type: label
|
|
|
|
label: 'Label'
|
|
|
|
weight:
|
|
|
|
type: integer
|
|
|
|
label: 'Weight'
|
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
|
|
|
position:
|
|
|
|
type: string
|
|
|
|
label: 'Position'
|
|
|
|
selector:
|
|
|
|
type: string
|
|
|
|
label: 'Selector'
|
2013-04-02 16:55:48 +00:00
|
|
|
|
|
|
|
tour.tip.text:
|
|
|
|
type: tour.tip
|
|
|
|
label: 'Textual tour tip'
|
|
|
|
mapping:
|
|
|
|
body:
|
|
|
|
type: text
|
|
|
|
label: 'Body'
|