Contributors: tarosky, Takahashi_Fumiki
Tags: blocks, gutenberg, faq
Tested up to: 6.9
Stable Tag: nightly
Requires at least: 6.6
Requires PHP: 7.4
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Maintic block library for WordPress.
A single WordPress plugin that provides multiple Gutenberg blocks for the Maintic ecosystem.
- FAQ — Accordion-style FAQ block with JSON-LD structured data output.
- Download the latest release zip from GitHub Releases.
- Upload the zip from Plugins > Add New > Upload Plugin in the WordPress admin.
- Activate the plugin.
Use the maintic_blocks_disabled_blocks filter:
add_filter( 'maintic_blocks_disabled_blocks', function ( $disabled ) {
$disabled[] = 'maintic/faq';
return $disabled;
} );Disabling a parent block automatically disables all its child blocks.
Contributions are welcome at our GitHub repository. Please open an issue or pull request.
- Initial release with FAQ block.