Linux 软件免费装

Toggles

开发者 mamaduka
更新时间 2024年7月16日 18:59
PHP版本: 5.6 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

block faq blocks accordion details

下载

1.0.1 1.1.1 1.0.0 1.1.0

详情介绍:

You can use this block to hide and reveal content as needed. Create FAQ pages, hide spoilers in posts, or create simple accordion elements. The block uses <details> and <summary> HTML elements and doesn't require any additional JavaScript or CSS on the theme side.

屏幕截图:

  • The block with custom styling.
  • Block Editor.

常见问题:

Want to change default styles?

You can add some basic styling with just a few lines of CSS. Example: ` .wp-block-toggles { background: #fafafa; border: 1px solid #eaeaea; border-radius: 3px; margin: 1.5rem 0; padding: 0.5rem 1rem; } .wp-block-toggles summary { cursor: pointer; } `

Want to report a bug?

Create an issue at the Mamaduka/toggles repo.

更新日志:

1.1.1 - 2024-07-16 1.1.0 - 2023-06-17 1.0.1 - 2022-02-14 1.0.0 - 2021-02-05