"requiredSections" tour property documentation

Added a few words about "requiredSections" tour property
This commit is contained in:
Robert
2018-01-30 10:00:54 +01:00
committed by GitHub
parent 3f7159797f
commit 0b90097aad

View File

@@ -25,6 +25,7 @@ The tour object consist of two parts - The overall tour configuration and a list
"group": "My Custom Group" // Used to group tours in the help drawer
"groupOrder": 200 // Control the order of tour groups
"allowDisable": // Adds a "Don't" show this tour again"-button to the intro step
"requiredSections":["content", "media", "mySection"] // Sections that the tour will access while running, if the user does not have access to the required tour sections, the tour will not load.
"steps": [] // tour steps - see next example
}
</pre>