Skip to content

Commit

Permalink
docs(InteractiveTour): adjust position and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Sep 21, 2023
1 parent dcc6208 commit 82b1834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_tables/fr/interactiveTour/interactiveTourOptions.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Propriétés,Type,Description,Valeurs possibles,Valeur défaut
disableInteraction ,Boolean ,Permet ou non à l'utilisateur de cliquer sur les éléments en surbrillance ,true | false ,true
highlightClass ,Boolean ,Définit la classe à appliquer aux éléments en surbrillance ,,
position ,String ,Définit la position des boites aide ,"'auto', 'right', 'left', 'bottom', 'top'.","| NB.: Si la propriété position n'est pas présente,
position ,String ,Définit la position des boites aide ,"'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'","| NB.: Si la propriété position n'est pas présente,
| les boites seront disposées au centre de l'écran."
scrollToElement ,Boolean ,Indique si on défile la page sur l'élément en surbrillance ,true | false ,
steps ,:ref:`InteractiveTourStep <igoInteractiveTourStep>` , Une liste de step (étapes du tour inteactif),,
Expand Down
6 changes: 3 additions & 3 deletions docs/interactiveTour_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Exemples
{
"global": {
"position": "auto",
"position": "right",
"scrollToElement":true,
"title": "Titre de toutes les boites du tour",
"steps": [
Expand All @@ -64,7 +64,7 @@ Propriétés - Objet InteractiveTourOptions


Liens
- `TourOptions interface <https://github.com/infra-geo-ouverte/igo2-lib/tree/master/packages/common/src/lib/interactive-tour/interactive-tour.interface>`_
- `TourOptions interface <https://github.com/infra-geo-ouverte/igo2-lib/tree/master/packages/common/src/lib/interactive-tour/interactive-tour.interface.ts>`_


Configurer les 'steps' des tours
Expand Down Expand Up @@ -120,7 +120,7 @@ Exemples
{
"global": {
"position": "auto",
"position": "right",
"steps": [
{
"element": ".menu-button",
Expand Down

0 comments on commit 82b1834

Please sign in to comment.