Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2 Blockstudio 3.2
Blockstudio 3.2 13/12/2022

Introducing Blockstudio 3.2.0: the latest and final major version of our popular block framework for WordPress in 2022. In this release, we are excited to introduce two new field types to our plugin: the repeater and the WYSIWYG field.

Repeater

The repeater field allows users to repeat a selection of subfields, making it easy to create complex and flexible content structures. This new field type is perfect for creating repeating sections, such as testimonials, team members, or product listings.

block.json

                    {
      "title": "Repeater field",
      "blockstudio": {
        "attributes": [
          {
            "id": "repeater",
            "type": "repeater",
            "label": "Repeater",
            "attributes": [
              {
                "id": "text",
                "type": "text",
                "label": "Text"
              },
              {
                "id": "repeater",
                "type": "repeater",
                "label": "Repeater",
                "min": 1,
                "textButton": "Add inner row",
                "attributes": [
                  {
                    "id": "text",
                    "type": "text",
                    "label": "Text"
                  },
                  {
                    "id": "range",
                    "type": "range",
                    "label": "Range",
                    "default": 50
                  }
                ]
              }
            ]
          }
        ]
      }
    }

      
Copy

WYSIWYG

The WYSIWYG field, based on the popular Tiptap editor, allows users to create rich text content with ease. With support for formatting, lists and headings, this field type is perfect for creating engaging and dynamic content.

block.json

                    {
      "title": "WYSIWYG field",
      "blockstudio": {
        "attributes": [
          {
            "id": "wysiwyg",
            "type": "wysiwyg",
            "label": "WYSIWYG",
            "toolbar": {
              "formats": {
                "bold": true,
                "italic": true,
                "underline": true,
                "strikethrough": true
              }
            }
          }
        ]
      }
    }

      
Copy

Facebook group

In addition, we are happy to announce the creation of an official Facebook group for users of Blockstudio. This group will be a great place for users to share tips, ask questions, and provide feedback on the plugin. We encourage all of our users to join and be a part of the community.

Go to the Facebook group

Next up

And that's not all! In our next major release, we will be introducing a visual editor that allows users to define block and field data in an intuitive and user-friendly way. This new editor will make it even easier to create powerful and flexible blocks for your WordPress site.

We hope these new field types and the Facebook group will help our users create even more powerful and flexible blocks for their WordPress sites. As always, we appreciate your feedback and support. Happy block building!

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

Accept Decline