From dfe87243350876dca1e113cca5906181ea5ff83c Mon Sep 17 00:00:00 2001 From: Sukhendu Sekhar Guria Date: Thu, 2 Jan 2025 14:03:51 +0530 Subject: [PATCH] Add example property to Comments Form block (#68267) Co-authored-by: Sukhendu2002 Co-authored-by: fabiankaegy --- packages/block-library/src/post-comments-form/block.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/block-library/src/post-comments-form/block.json b/packages/block-library/src/post-comments-form/block.json index af893ccb67a082..4b6b333b75cfab 100644 --- a/packages/block-library/src/post-comments-form/block.json +++ b/packages/block-library/src/post-comments-form/block.json @@ -56,5 +56,10 @@ "wp-block-post-comments-form", "wp-block-buttons", "wp-block-button" - ] + ], + "example": { + "attributes": { + "textAlign": "center" + } + } }