woo_scaffold_checkout_block
Create a WooCommerce Checkout Block extension by scaffolding React components, a PHP IntegrationInterface class, and block.json. Add custom fields or UI to the block-based checkout.
Instructions
Generate a WooCommerce Checkout Block extension: React component for checkout, IntegrationInterface PHP class, and block.json. For extending the block-based checkout with custom fields or UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| extensionName | Yes | Extension name in PascalCase (e.g., "GiftWrapping") | |
| extensionSlug | Yes | Extension slug (e.g., "gift-wrapping") | |
| textDomain | Yes | Plugin text domain | |
| description | No | Extension description |