mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> |
||
|---|---|---|
| .. | ||
| backdrop.spec.js | ||
| component-functions.spec.js | ||
| config.spec.js | ||
| focustrap.spec.js | ||
| index.spec.js | ||
| sanitizer.spec.js | ||
| scrollbar.spec.js | ||
| swipe.spec.js | ||
| template-factory.spec.js | ||