WP Manifestindependent plugin directory
manifest / editor / maintic-blocks

Maintic Blocks

WordPress block library by Maintic

by Tarosky INC. · github.com/tarosky/maintic-blocks · website

0stars
2release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/tarosky/maintic-blocks/releases/download/0.1.2/maintic-blocks.zip

Readme

Maintic Blocks

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.

Description

A single WordPress plugin that provides multiple Gutenberg blocks for the Maintic ecosystem.

Included Blocks

  • FAQ — Accordion-style FAQ block with JSON-LD structured data output.

Installation

  1. Download the latest release zip from GitHub Releases.
  2. Upload the zip from Plugins > Add New > Upload Plugin in the WordPress admin.
  3. Activate the plugin.

Frequently Asked Questions

How can I disable specific blocks?

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.

How can I contribute?

Contributions are welcome at our GitHub repository. Please open an issue or pull request.

Changelog

1.0.0

  • Initial release with FAQ block.

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
0.1.2 Feb 12, 2026 maintic-blocks.zip 0
0.1.1 Feb 12, 2026
v0.1.0 Feb 5, 2026 maintic-blocks-all.zip 1
v0.1.0 Feb 5, 2026 maintic-faq-block.zip 1