Skip to content

Commit

Permalink
Add link as default control to blocks featuring links heavily
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 8, 2022
1 parent 6cd80cd commit 3441e2f
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/block-library/src/comment-author-name/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"typography": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/comment-date/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"typography": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/comments-pagination/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"__experimentalLayout": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/comments-query-loop/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/post-author-name/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"typography": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/post-date/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"typography": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/post-excerpt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"spacing": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/post-terms/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"typography": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"spacing": {
Expand Down
5 changes: 1 addition & 4 deletions packages/block-library/src/query-pagination/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"__experimentalDefaultControls": {
"background": true,
"text": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
"link": true
}
},
"__experimentalLayout": {
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/site-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
"text": true,
"link": true
}
},
"spacing": {
Expand Down

0 comments on commit 3441e2f

Please sign in to comment.