@secretstache/wordpress-gutenberg 0.3.16 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -5,7 +5,7 @@ export const linkControlAttribute = {
5
5
  },
6
6
  linkSource: {
7
7
  type: 'string',
8
- default: '#',
8
+ default: '',
9
9
  },
10
10
  linkIsOpenInNewTab: {
11
11
  type: 'boolean',