Opens profile photo
Follow
Click to Follow matias_ventura
Matías Ventura
@matias_ventura
Creator at . Passionate about art and philosophy. Lead architect of Gutenberg at WordPress.
Montevideo & Firenzematiasventura.comJoined December 2009

Matías Ventura’s Tweets

I spent some time yesterday ideating on new patterns for . Full-page patterns are fascinating when you consider that since #WordPress 6.0, a modal is available to users for adding these when creating a page. Watch how easy it is to have an editable content page with one… Show more
Embedded video
0:11
2.6K views
8
58
The refreshed pattern inserter in Gutenberg 14.4 builds towards easier browsing of categories and a more compact display of pattern previews. Next step is updating the category groups and descriptions.
Editor view showing an opened pattern inserter with the Headers category selected in the left panel and the header patterns in the right panel.
2
34
The new locking tools coming to WordPress allow you to create a pattern where only text and media can be modified by a user. It lists the content in the sidebar and makes a composite block seem like a single custom built block for easy and controlled editing.
Embedded video
0:18
1.9K views
7
104
There are a ton of ways to set up a local development environment for WordPress in 2022. So many in fact, it can be confusing. So I created a video to help you get set up in the most optimal way to start building with WordPress and Gutenberg.
4
43
Show this thread
This is governed by both the locking mechanisms of blocks and the ability to modify what tools blocks expose in the first place, including presets for the design tools that can be set contextually. This works both globally and on a per block type basis.
1
4
Show this thread
The efforts of the last couple releases have gone into both expanding and contracting the customization options. This means that while new tools are introduced, we are also adding and refining the mechanisms to restrict what is editable, what can be changed, and in which ways.
Block interface for a paragraph with a restricted set of tools thanks to theme.json settings.
Block tools showing the full range of design options on a non-restricted paragraph block.
1
9
Show this thread
Did you know you could place a pattern in a folder titled /patterns within a theme and they'd get automatically registered? It's also possible to add a block type attribute which would automatically enable a modal flow to choose a starting point when creating new pages.
Modal showing patterns as a starting point when creating a new page.
Code view describing how "BlockTypes" works when registering patterns.
1
19
Show this thread