mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
Merge pull request #592 from khalidabuhakmeh/docs-timeout
Add `timeout` to configuration section in documentation
This commit is contained in:
commit
617aba5944
@ -5,4 +5,6 @@ The htmx.org website is built on [eleventy](https://www.11ty.dev/). To run the
|
||||
* `npm install`
|
||||
* `npx eleventy --serve`
|
||||
|
||||
The site should then be available at <http://localhost:8080>
|
||||
The site should then be available at <http://localhost:8080>
|
||||
|
||||
**macOS 64-bit users may need to run `npm rebuild node-sass` to get the documentation site working.**
|
@ -966,6 +966,7 @@ listed below:
|
||||
| `htmx.config.useTemplateFragments` | defaults to `false`, HTML template tags for parsing content from the server (not IE11 compatible!)
|
||||
| `htmx.config.wsReconnectDelay` | defaults to `full-jitter`
|
||||
| `htmx.config.disableSelector` | defaults to `[disable-htmx], [data-disable-htmx]`, htmx will not process elements with this attribute on it or a parent
|
||||
| `htmx.config.timeout` | defaults to 0 in milliseconds
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user