Skip to content

Commit

Permalink
added supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankita Agarwal authored and Ankita Agarwal committed Aug 14, 2024
1 parent ca50c86 commit 9b77a17
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions php-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ alert.php
animated-gif-with-pause-button.php
button.php
carousel.php
thumbnail-carousel.php
checkbox.php
combobox.php
description-list.php
Expand Down
2 changes: 2 additions & 0 deletions php-ls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ _01-alert-dialog.php
41-animated-hide-show.php
42-play-pause-animations-button.php
43-read-more.php
44-thumbnail-carousel.php
accessible-text-svg.php
alert-dialog.php
alert.php
Expand All @@ -62,6 +63,7 @@ authors.php
bottom-fixed-navigation.php
button.php
carousel.php
thumbnail-carousel.php
checkbox.php
combobox.php
date.php
Expand Down
1 change: 1 addition & 0 deletions sitemap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ https://www.useragentman.com/enable/alert.php
https://www.useragentman.com/enable/animated-gif-with-pause-button.php
https://www.useragentman.com/enable/button.php
https://www.useragentman.com/enable/carousel.php
https://www.useragentman.com/enable/thumbnail-carousel.php
https://www.useragentman.com/enable/checkbox.php
https://www.useragentman.com/enable/combobox.php
https://www.useragentman.com/enable/description-list.php
Expand Down
5 changes: 5 additions & 0 deletions templates/data/meta-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"desc": "If you absolutely need carousels, you should really make them accessible and easily bypassed for keyboard and screen reader users.",
"isNPM": "true"
},
"thumbnail-carousel.php": {
"title": "Accessible Thumbnails Carousels",
"desc": "Enrich your next project with impressive accessible thumbnails carousel.",
"isNPM": "true"
},
"checkbox.php": {
"title": "Accessible Checkboxes",
"desc": "This page will show you how to code HTML5 and custom checkboxes in an accessible way, including indeterminate checkboxes."
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/documentation-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class="enable-flyout enable-flyout__level enable-flyout__dropdown">
{
"id": "flyout__link",
"props": {
"label": "Thumbnail Gallery",
"label": "Thumbnail Carousel",
"url-slug": "thumbnail-carousel",
"alt": ""
}
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function dashesToCamelCase($string, $capitalizeFirstCharacter = false)
* $other: (array) contains other properties. Current ones are:
* - needsAccessibilityLib: (boolean) if we need accessibility.js
* - needsGlider: (boolean) if we need the Glider.js carousel library
* * - needsSplide: (boolean) if we need the Splide thumbnail navigation library
* * - needsSplide: (boolean) if we need the Splide thumbnail carousel library
* - needsAblePlayerLibs: (boolean) if we need the AblePlayer library
* - otherImports: (string) JS code used to import 3rd party libraries
* - noCSS: (boolean) true if the module doesn't have any CSS included in Enable
Expand Down

0 comments on commit 9b77a17

Please sign in to comment.