વર્ણન
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.
સ્ક્રીનશોટ
Blocks
This plugin provides 1 block.
- Toggles An easy way to hide and reveal content.
એફએક્યુ (FAQ)
-
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.
સમીક્ષાઓ
ફાળો આપનાર & ડેવલપર્સ
“Toggles” નું 1 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. Thank you to the translators for their contributions.
“Toggles” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
1.1.1 – 2024-07-16
- Bumped minimum required WordPress version to 6.4.
1.1.0 – 2023-06-17
- Bumped minimum required WordPress version to 6.1.
- Fixes an error when selecting deeply nested inner blocks.
- Block support enhancements.
1.0.1 – 2022-02-14
- Bumped minimum required WordPress version to 5.8.
- Pass component to
renderAppender
.
1.0.0 – 2021-02-05
- Initial release.