Extend any block with custom fields.

WordPress core blocks or third-party library, Blockstudio gives you all the tools you need to extend any block with over 20 different field types.

Example

Bringing simplicity back to WordPress and Gutenberg.

By harnessing the power of JSON, we've streamlined the way you enrich Gutenberg blocks, making it a breeze to integrate custom fields into both core and third-party elements. This is WordPress evolution at your fingertips—no coding gymnastics, just pure, uncomplicated creation.

block.json

                          {
      "name": "core/*",
      "blockstudio": {
        "extend": true,
        "attributes": [
          {
            "type": "group",
            "title": "Custom styling",
            "attributes": [
              {
                "id": "color",
                "type": "color",
                "label": "Color",
                "options": [
                  {
                    "name": "violet",
                    "value": "#8b5cf6"
                  },
                  {
                    "name": "slate",
                    "value": "#64748b"
                  }
                ],
                "default": "#8b5cf6",
                "set": [
                  {
                    "attribute": "style",
                    "value": "color: {attributes.color}"
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  
  
      
      
Copy

The code above would add a color picker to every block in the core/ namespace. The color value would be used to set the text color of the block.

Pricing

Starter

49 €

3 websites 1 year of updates 1 year of support
Get started
Pro

99 €

Unlimited websites 1 year of updates 1 year of support
Get started
Lifetime

199 €

Unlimited websites Lifetime updates Lifetime support
Get started

Frequently asked questions

Yes, blocks will continue to work after the license expires. However, you will no longer receive updates or support. We recommend renewing your license or buy a lifetime license to keep your blocks up to date and to receive support.

 

Yes, you can upgrade your license at any time. You will only need to pay the difference between the two licenses.

 

We offer a 14-day money-back guarantee. If you are not satisfied with the plugin, we will refund your purchase, no questions asked.

 

🍪 This website uses cookies to ensure you get the best experience on our website.

Accept Decline