You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Add parent and experimental status to the core block reference (#48269)
* Docs: Add parent and experimental status to the core block reference page
* Add explanation for the Experimental keyword.
---------
Co-authored-by: Aki Hamano <[email protected]>
@@ -112,6 +115,7 @@ Display content in multiple columns, with blocks added to each column. ([Source]
112
115
This block is deprecated. Please use the Avatar block instead. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/comment-author-avatar))
113
116
114
117
-**Name:** core/comment-author-avatar
118
+
-**Experimental:** fse
115
119
-**Category:** theme
116
120
-**Supports:** anchor, color (background, ~~text~~), spacing (margin, padding), ~~html~~, ~~inserter~~
117
121
-**Attributes:** height, width
@@ -167,6 +171,7 @@ Contains the block elements used to display a comment, like the title, date, aut
-**Attributes:** hasChildren, id, label, link, title
451
467
@@ -499,6 +515,7 @@ The author name. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/pac
499
515
This block is deprecated. Please use the Comments block instead. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/post-comment))
500
516
501
517
-**Name:** core/post-comment
518
+
-**Experimental:** fse
502
519
-**Category:** theme
503
520
-**Supports:**~~html~~, ~~inserter~~
504
521
-**Attributes:** commentId
@@ -508,6 +525,7 @@ This block is deprecated. Please use the Comments block instead. ([Source](https
508
525
Display a post's comments count. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/post-comments-count))
@@ -526,6 +544,7 @@ Display a post's comments form. ([Source](https://github.com/WordPress/gutenberg
526
544
Displays the link to the current post comments. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/post-comments-link))
@@ -598,6 +618,7 @@ Post terms. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages
598
618
Show minutes required to finish reading the post. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/post-time-to-read))
@@ -779,6 +805,7 @@ Display an icon linking to a social media profile or site. ([Source](https://git
779
805
780
806
-**Name:** core/social-link
781
807
-**Category:** widgets
808
+
-**Parent:** core/social-links
782
809
-**Supports:** anchor, ~~html~~, ~~reusable~~
783
810
-**Attributes:** label, rel, service, url
784
811
@@ -814,6 +841,7 @@ Create structured content in rows and columns to display information. ([Source](
814
841
Summarize your post with a list of headings. Add HTML anchors to Heading blocks to link them here. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/table-of-contents))
0 commit comments