=== TMS Blocks ===
Contributors: terriblemonster
Tags: blocks, gutenberg, custom-blocks
Requires at least: 6.3
Tested up to: 6.9
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A set of custom Gutenberg blocks for WordPress.

== Description ==
TMS Blocks adds custom blocks for the WordPress block editor (Gutenberg).

The blocks are meant to act like a transparent interface for the html and css produced by them. 

The plugin currently includes the following blocks:
- Link
- Dynamic Field
- Generic Block
- Heading
- Image
- List
- List Item
- Paragraph
- Post Context

These blocks are used to define content structure and render block output in a predictable way. 

= Key Features =

- Block collection focused on text, media, list, anchor, and context-aware output use cases
- Dynamic field rendering for displaying values from configured sources
- Server-rendered output for selected blocks where runtime data is required
- Editor support for configuring block-specific settings through block attributes


= Requirements =

- WordPress 6.3 or higher
- PHP 7.4 or higher
- The block editor (Gutenberg); Classic Editor is not supported

== Installation ==
1. Upload the plugin files to the /wp-content/plugins/tms-blocks directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the \'Plugins\' screen in WordPress.

== Changelog ==
= 1.0 =
* Initial release.

== Development ==

The source code for this plugin, including unminified assets, is available at:
https://github.com/andrei-136/tms-blocks

== Changelog ==
= 1.0.1 =
* Fixed PHP whitespace causing activation output warning

= 1.0 =
* Initial Release