Skip to content

Commit 8493087

Browse files
committed
Final cleanup for example plugin
1 parent f682b32 commit 8493087

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Custom Block Color Settings: Tutorial Plugin
22

3-
This repository is set up to showcase the code from the [Custom Block Color Settings](#) tutorial on the WordPress Developer Blog.
3+
This repository is set up to showcase the code from the [How to add custom color options to blocks](https://developer.wordpress.org/news/2023/11/how-to-add-custom-color-options-to-blocks/) tutorial on the WordPress Developer Blog.

build/block.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
"supports": {
1717
"color": {
1818
"link": true,
19-
"gradients": true,
20-
"__experimentalDefaultControls": {
21-
"background": true,
22-
"text": true,
23-
"link": true
24-
}
19+
"gradients": true
2520
}
2621
},
2722
"textdomain": "devblog",

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'fc137276521bd10fb1b4');
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'df61a91224731ecc8b7d');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/block.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
"supports": {
1717
"color": {
1818
"link": true,
19-
"gradients": true,
20-
"__experimentalDefaultControls": {
21-
"background": true,
22-
"text": true,
23-
"link": true
24-
}
19+
"gradients": true
2520
}
2621
},
2722
"textdomain": "devblog",

0 commit comments

Comments
 (0)