Closed sejas closed 1 year ago
It changes the header level on modal settings for create-block/wasm-demo block.
create-block/wasm-demo
yarn install
composer install
yarn wp-env start
cd source/wp-content/themes/wporg-wasm/src/wasm-demo
nvm use v14.21.3
yarn start
/wp-admin
Wasm
wasm demo
Select a theme
Add plugins
h2
h4
Before
After
Description
It changes the header level on modal settings for
create-block/wasm-demo
block.Testing instructions
yarn install
composer install
yarn wp-env start
# to start the main servercd source/wp-content/themes/wporg-wasm/src/wasm-demo
nvm use v14.21.3
yarn install
yarn start
# to start the wasm demo block/wp-admin
Wasm
theme if it's not active yet.wasm demo
Select a theme
andAdd plugins
h2
instead ofh4
Screenshot
Before
After