=== Details Summary Block === Contributors: dingo_d Tags: block, gutenberg, editor, details, summary Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.4.2 Stable tag: 1.0.1 License: MIT License URI: https://opensource.org/licenses/MIT This plugin provides a simple block for the `
` HTML element. == Description == The plugin will provide a collapsible HTML `
` block with a `` element that will be shown when the element is collapsed. Inside the details you can put as many paragraphs or code blocks as you want. = Requirements = * PHP 5.6 or greater (recommended: PHP 7 or greater) * WordPress 5.0 or above (because of the Gutenberg editor) == Screenshots == 1. An example of the details block element == Changelog == = 1.0.1 = * Add block.json file = 1.0 = * Initial release