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

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and 1 year of support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€49

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€99

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime

Most popular

€199

EUR

once

  • Unlimited websites
  • Lifetime updates
  • 1 year of support

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.