-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WET-410 Created a wet-boew section in GCWeb github
- Loading branch information
1 parent
63861c8
commit 2126876
Showing
6 changed files
with
417 additions
and
25 deletions.
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
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,95 @@ | ||
[{ | ||
"@context": { | ||
"@version": 1.1, | ||
"dct": "http://purl.org/dc/terms/", | ||
"title": { "@id": "dct:title", "@container": "@language" }, | ||
"description": { "@id": "dct:description", "@container": "@language" }, | ||
"modified": "dct:modified" | ||
}, | ||
"title": { | ||
"en": "Background image", | ||
"fr": "Image d'arrière plan" | ||
}, | ||
"description": { | ||
"en": "Apply a background image from the given URL in parameter or as per the image group (srcset) information.", | ||
"fr": "Défini une image d'arrière plan pour l'URL passé en paramètre ou tel que spécifier par l'information du group d'image (srcset)." | ||
}, | ||
"modified": "2023-09-12", | ||
"componentName": "bgimg", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Background image", | ||
"language": "en", | ||
"type": "general", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/bgimg/bgimg-en.html" | ||
}, | ||
{ | ||
"title": "Image d'arrière plan", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/bgimg/bgimg-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Background image", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/bgimg/bgimg-en.html" | ||
}, | ||
{ | ||
"title": "Image d'arrière plan", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/bgimg/bgimg-fr.html" | ||
} | ||
] | ||
} | ||
} | ||
,{ | ||
"@context": { | ||
"@version": 1.1, | ||
"dct": "http://purl.org/dc/terms/", | ||
"title": { "@id": "dct:title", "@container": "@language" }, | ||
"description": { "@id": "dct:description", "@container": "@language" }, | ||
"modified": "dct:modified" | ||
}, | ||
"title": { | ||
"en": "Favicon", | ||
"fr": "Favoricône" | ||
}, | ||
"description": { | ||
"en": "This plugin provides the ability to add and update the favicon's on a web page.", | ||
"fr": "Ce plugiciel offre la possibilité d'ajouter et de mettre à jour les favoricônes d'une page. " | ||
}, | ||
"modified": "2023-09-12", | ||
"componentName": "favicon", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Favicon", | ||
"language": "en", | ||
"type": "general", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/favicon/favicon-en.html" | ||
}, | ||
{ | ||
"title": "Favoricône", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/favicon/favicon-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Favicon", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/favicon/favicon-en.html" | ||
}, | ||
{ | ||
"title": "Favoricône", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/favicon/favicon-fr.html" | ||
} | ||
] | ||
} | ||
} | ||
] |
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
Oops, something went wrong.