开发者 |
goodwpio
gaambo |
---|---|
更新时间 | 2023年10月4日 23:06 |
PHP版本: | 6.0 及以上 |
WordPress版本: | 6.3 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory.As of now, there are no configuration UIs in the editor.
You can use the good-slider/swiper-options
filter hook to set the swiper configuration for a specific block instance.
All the available arguments are documented in the Swiper documentation.
Yes you can use the good-slider/swiper-script-handle
filter hook to change the name of the swiper script handle.
By default, a stripped-down version of Swiper is enqueued, which only includes the most commonly used modules (A11y, Keyboard, Lazy, Navigation, Pagination).
You can use the good-slider/swiper-script-handle
filter and set it to good-slider-swiper-full
to enqueue the full Swiper bundle with all modules or you can use or own (see above).
Yes, we are working on exposing the most common configuration options (slides shown, spacing, colors,...) via the block's settings.
InnerBlocks
settings/props for slider and item block.