=== JVM Read More Block ===
Contributors: jorisvanmontfort
Donate link: https://www.paypal.com/donate/?hosted_button_id=VXZJG9GC34JJU
Tags: gutenberg, block, toggle, collapsible, expand
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jvm-read-more-block
Domain Path: /languages

A lightweight Gutenberg block that lets you toggle extra content with "Read more" and "Read less" buttons. No CSS markup is added. Please provide your own (custom) CSS in your WordPress (child) theme.

== Description ==

Adds a simple collapsible block to the Gutenberg editor. Perfect for hiding long text behind a toggle.

- Fully compatible with the block editor (Gutenberg)
- Customizable button labels
- Supports multiple blocks per page
- Translatable and lightweight

This plugin is ideal for bloggers, content creators, and developers who want to keep their pages clean and readable.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin via the Plugins menu in WordPress
3. Add the "Read More" block in the block editor
4. Customize the toggle labels and insert your collapsible content

== Frequently Asked Questions ==

= Can I use multiple blocks on one page? =
Yes, each block works independently and can be used multiple times.

= Can I change the button text? =
Absolutely. You can set custom labels for both "open" and "close" states in the block settings.

= Is the plugin translatable? =
Yes. The plugin uses WordPress internationalization functions and includes a `.pot` file. You can add your own `.po` and `.mo` files in the `/languages/` folder.

== Changelog ==

= 1.0 =
* Initial release with collapsible block functionality
* Custom labels and translation support