|
67 | 67 | ] |
68 | 68 | } |
69 | 69 | } |
| 70 | +,{ |
| 71 | + "@context": { |
| 72 | + "@version": 2.0, |
| 73 | + "dct": "http://purl.org/dc/terms/", |
| 74 | + "title": { "@id": "dct:title", "@container": "@language" }, |
| 75 | + "description": { "@id": "dct:description", "@container": "@language" }, |
| 76 | + "modified": "dct:modified" |
| 77 | + }, |
| 78 | + "title": { |
| 79 | + "en": "Display", |
| 80 | + "fr": "Affichage" |
| 81 | + }, |
| 82 | + "description": { |
| 83 | + "en": "Bootstrap and WET utility classes showcasing elements display options such as float, visibility, clearing, opacity, and toggling, accompanied by practical examples to test and observe different content layouts.", |
| 84 | + "fr": "Classes utilitaires de Bootstrap et WET qui illustrent différentes façons d'afficher des éléments, tels que le flottant, la visibilité, le dégagement, l'opacité et la bascule. Les exemples fournis vous permettent de tester et d'observer les différents dispositions de contenu." |
| 85 | + }, |
| 86 | + "modified": "2023-08-02", |
| 87 | + "componentName": "display", |
| 88 | + "status": "stable", |
| 89 | + "pages": { |
| 90 | + "docs": [ |
| 91 | + { |
| 92 | + "title": "Display", |
| 93 | + "language": "en", |
| 94 | + "path": "display-en.html" |
| 95 | + }, |
| 96 | + { |
| 97 | + "title": "Affichage", |
| 98 | + "language": "fr", |
| 99 | + "path": "display-fr.html" |
| 100 | + } |
| 101 | + ] |
| 102 | + } |
| 103 | +} |
| 104 | +,{ |
| 105 | + "@context": { |
| 106 | + "@version": 2.0, |
| 107 | + "dct": "http://purl.org/dc/terms/", |
| 108 | + "title": { "@id": "dct:title", "@container": "@language" }, |
| 109 | + "description": { "@id": "dct:description", "@container": "@language" }, |
| 110 | + "modified": "dct:modified" |
| 111 | + }, |
| 112 | + "title": { |
| 113 | + "en": "Layout", |
| 114 | + "fr": "Mise en page" |
| 115 | + }, |
| 116 | + "description": { |
| 117 | + "en": "Bootstrap and WET classes showcasing layout options such as flexbox, CSS grid, grid baseline (containers) accompanied by practical examples to test and observe different page layouts.", |
| 118 | + "fr": "Classes de Bootstrap et WET qui illustrent différentes façons de mise en page tels que flexbox, grille CSS, ligne de base de la grille (conteneurs). Les exemples fournis permettent de tester et d'observer les différents dispositions de mise en page." |
| 119 | + }, |
| 120 | + "modified": "2023-08-03", |
| 121 | + "componentName": "layout", |
| 122 | + "status": "stable", |
| 123 | + "pages": { |
| 124 | + "docs": [ |
| 125 | + { |
| 126 | + "title": "Layout", |
| 127 | + "language": "en", |
| 128 | + "path": "layout-en.html" |
| 129 | + }, |
| 130 | + { |
| 131 | + "title": "Mise en page", |
| 132 | + "language": "fr", |
| 133 | + "path": "layout-fr.html" |
| 134 | + } |
| 135 | + ] |
| 136 | + } |
| 137 | +} |
70 | 138 | ,{ |
71 | 139 | "@context": { |
72 | 140 | "@version": 1.1, |
|
0 commit comments