forked from otacke/h5p-image-juxtaposition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Dutch by René Breedveld - French by knowledgeplaces
- Loading branch information
Showing
4 changed files
with
176 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"semantics": [ | ||
{ | ||
"label": "Title", | ||
"placeholder": "Here you can add an optional title.", | ||
"description": "The title you'd like to show before the befort/after image" | ||
}, | ||
{ | ||
"label": "First image", | ||
"fields": [ | ||
{ | ||
"label": "First image", | ||
"description": "The first image. Please make sure that it has the same size as the second image." | ||
}, | ||
{ | ||
"label": "Label for first image", | ||
"description": "Label to put over first image" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Second image", | ||
"fields": [ | ||
{ | ||
"label": "Second image", | ||
"description": "The second image. Please make sure that it has the same size as the first image." | ||
}, | ||
{ | ||
"label": "Label for second image", | ||
"description": "Label to put over second image" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Behavioral settings", | ||
"description": "These options will let you set some details", | ||
"fields": [ | ||
{ | ||
"label": "Slider start position in %", | ||
"description": "Sets the start position of the slider" | ||
}, | ||
{ | ||
"label": "Slider orientation", | ||
"description": "Horizontal will move left and right, vertical will move up and down.", | ||
"options": [ | ||
{ | ||
"label": "Horizontal" | ||
}, | ||
{ | ||
"label": "Vertical" | ||
} | ||
], | ||
"default": "horizontal" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,8 @@ | |
{ | ||
"label": "Vertikal" | ||
} | ||
] | ||
], | ||
"default": "horizontal" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"semantics": [ | ||
{ | ||
"label": "Titre", | ||
"placeholder": "Entrer ici un titre optionnel.", | ||
"description": "Le titre que vous souhaiteriez afficher avant la juxtaposition." | ||
}, | ||
{ | ||
"label": "Première image", | ||
"fields": [ | ||
{ | ||
"label": "Première image", | ||
"description": "La première image. Assurez-vous qu'elle a les mêmes dimensions que la deuxième image." | ||
}, | ||
{ | ||
"label": "Label pour la première image", | ||
"description": "Label à afficher au dessus de la première image." | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Deuxième image", | ||
"fields": [ | ||
{ | ||
"label": "Deuxième image", | ||
"description": "La deuxième image. Assurez-vous qu'elle a les mêmes dimensions que la première image." | ||
}, | ||
{ | ||
"label": "Label pour la deuxième image", | ||
"description": "Label à afficher au dessus de la deuxième image." | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Paramètres de comportement", | ||
"description": "Position de démarrage du curseur en %", | ||
"fields": [ | ||
{ | ||
"label": "Position de démarrage du curseur en %", | ||
"description": "Entrer la position de départ du curseur." | ||
}, | ||
{ | ||
"label": "Orientation du curseur", | ||
"description": "Horizontal pour un déplacement vers la gauche ou vers la droite, Vertical pour un déplacement vers le haut ou vers le bas", | ||
"options": [ | ||
{ | ||
"label": "Horizontal" | ||
}, | ||
{ | ||
"label": "Vertical" | ||
} | ||
], | ||
"default": "horizontal" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"semantics": [ | ||
{ | ||
"label": "Titel", | ||
"placeholder": "Hier kun je optioneel een titel invoegen.", | ||
"description": "De titel, die je graag wilt tonen voor/ na de afbeelding" | ||
}, | ||
{ | ||
"label": "Eerste afbeelding", | ||
"fields": [ | ||
{ | ||
"label": "Eerste afbeelding", | ||
"description": "De eerste afbeelding. Zorg ervoor dat deze dezelfde grootte heeft als de tweede." | ||
}, | ||
{ | ||
"label": "Label voor de eerste afbeelding", | ||
"description": "Het label dat op de eerste afbeelding wordt getoond" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Tweede afbeelding", | ||
"fields": [ | ||
{ | ||
"label": "Tweede afbeelding", | ||
"description": "De tweede afbeelding. Zorg ervoor dat deze dezelfde grootte heeft als de eerste." | ||
}, | ||
{ | ||
"label": "Label voor de tweede afbeelding", | ||
"description": "Het label dat op de tweede afbeelding wordt getoond" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Gedragsinstellingen", | ||
"description": "Met deze opties kun je een aantal gegevens instellen.", | ||
"fields": [ | ||
{ | ||
"label": "De beginpositie van de schuif in %", | ||
"description": "Dit stelt de beginpositie in van de schuif" | ||
}, | ||
{ | ||
"label": "De richting van de schuif", | ||
"description": "Horizontaal beweegt naar links en rechts, verticaal beweegt naar boven en beneden", | ||
"options": [ | ||
{ | ||
"label": "Horizontaal" | ||
}, | ||
{ | ||
"label": "Verticaal" | ||
} | ||
], | ||
"default": "horizontaal" | ||
} | ||
] | ||
} | ||
] | ||
} |