hyphenation not working in Gutenberg editor
Thanks to the German language, I happen to have some really long words in my WordPress 5.4.1 content. I need to decide where … Read more
Thanks to the German language, I happen to have some really long words in my WordPress 5.4.1 content. I need to decide where … Read more
I’m building a new site and I wanted to build my theme from scratch. However, the WordPress ecosystem is moving more towards blocks … Read more
Still cutting my teeth with React and the Gutenberg components. While I’ve managed to write custom blocks thanks to the docs and other … Read more
How i can define type of elements of array attribute? attributes: { list: { type: ‘array’, default: [] } } For example attributes: … Read more
Need help understanding “Provide your own webpack config” https://developer.wordpress.org/block-editor/packages/packages-scripts/#provide-your-own-webpack-config const defaultConfig = require( ‘@wordpress/scripts/config/webpack.config’ ); module.exports = { …defaultConfig, entry: { …defaultConfig.entry, //index: … Read more
Just diving into setting some styles with theme.json. I’m having trouble getting my preferred font sizes to show up in the editor. Here’s … Read more
I am editing the save function on my local wordpress instance. Every time I make a change, I need to manually click the … Read more
I want to remove the bold option from the toolbar in the wordpress paragraph block. I did not find any documentation on that. … Read more
I have a custom Gutenberg block that contains a list of InnerBlocks (all the same known block), and I am trying to output … Read more
I am trying to follow this article https://developer.wordpress.org/block-editor/how-to-guides/internationalization/ in order to translate my block. I created my block using https://developer.wordpress.org/block-editor/getting-started/create-block/ script. Then in … Read more