You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ If you've installed the plugin via `netlify.toml`, you can add a `[[plugins.inpu
100
100
|`ignoreElements`| Indicates elements that should be ignored by a11y testing | String (CSS selector) | Comma-separated string of CSS selectors |`undefined`|
101
101
|`ignoreGuidelines`| Indicates guidelines and types to ignore ([pa11y docs](https://github.com/pa11y/pa11y#ignore-array)) | Array of strings | Comma-separated string of WCAG Guidlines |`[]`|
102
102
|`wcagLevel`| The WCAG standard level against which pages are checked | String |`'WCAG2A'` or `'WCAGA2A'` or `'WCAG2AAA'`|`'WCAG2AA'`|
103
+
|`timeout`| Amount of time, in milliseconds, the scan will run before timing out. | Number | Any positive integer | 60000 |
103
104
104
105
Here's how these inputs can be used in `netlify.toml`, with comments to explain how each input affects the plugin's behavior:
105
106
@@ -119,4 +120,6 @@ Here's how these inputs can be used in `netlify.toml`, with comments to explain
0 commit comments