Minor - Update the readme files - refs #7279

1.9.x
Angel Fernando Quiroz Campos 12 years ago
parent 99e0236835
commit 36a6a9daf5
  1. 9
      plugin/tour/README.md
  2. 8
      plugin/tour/readme.txt

@ -5,7 +5,7 @@ Shows people how to use your Chamilo LMS
# Set the blocks for the tour
Edit the plugin/tour/config/tour.json file adding the page classes and steps
Edit the `plugin/tour/config/tour.json` file adding the page classes and steps
To set the steps in a page, add a object like this:
```
@ -14,12 +14,13 @@ To set the steps in a page, add a object like this:
"steps": [
{
"elementSelector": "element class or id",
"message": "Language variable"
"message": "LanguageVariable"
},
{
"elementSelector": "element class or id",
"message": "Language variable"
"message": "LanguageVariable"
},
]
}
```
```
Then set the language variables inside the `plugin/tour/lang/$language.php` file

@ -9,12 +9,14 @@
"steps": [
{
"elementSelector": "element class or id",
"message": "Language variable"
"message": "LanguageVariable"
},
{
"elementSelector": "element class or id",
"message": "Language variable"
"message": "LanguageVariable"
},
]
}
</pre>
</pre>
Then set the language variables inside the `plugin/tour/lang/$language.php` file<br>
<br>

Loading…
Cancel
Save