Matchday Blocks integrates with the MeinTurnierplan platform to let you embed live tournament data — match schedules, group standings and results — anywhere on your site using native Gutenberg blocks.
Features:
This plugin connects to MeinTurnierplan (https://www.meinturnierplan.de) to retrieve tournament data.
/uploads/matchday-blocks/logos/) and served from your own server.Service terms of use: https://www.meinturnierplan.de/legal.php?t=tou&v=2019-04-20&l=en
Privacy policy: https://www.meinturnierplan.de/legal.php?t=privacy&v=2019-04-20&l=en
Source code and build tools are available at GitHub Repository
Prerequisites: Node.js and npm. Blocks are compiled using @wordpress/scripts (webpack-based). CSS is processed using PostCSS with Tailwind CSS.
To install dependencies:
npm install
To build the plugin:
npm run build
To watch for changes during development:
npm run start
The build/ directory and assets/css/blocks.css are generated by these commands and should not be edited directly.