From 1eade38d4669fd91b89f7e472db9df2f66330f18 Mon Sep 17 00:00:00 2001
From: Sunil Prajapati <61308756+akasunil@users.noreply.github.com>
Date: Mon, 29 Jul 2024 14:42:18 +0530
Subject: [PATCH] Add border support to post date block (#64023)

Co-authored-by: akasunil <sunil25393@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
---
 packages/block-library/src/post-date/block.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/packages/block-library/src/post-date/block.json b/packages/block-library/src/post-date/block.json
index a57d45ceed1495..470bddae53bdfc 100644
--- a/packages/block-library/src/post-date/block.json
+++ b/packages/block-library/src/post-date/block.json
@@ -56,6 +56,18 @@
 		},
 		"interactivity": {
 			"clientNavigation": true
+		},
+		"__experimentalBorder": {
+			"radius": true,
+			"color": true,
+			"width": true,
+			"style": true,
+			"__experimentalDefaultControls": {
+				"radius": true,
+				"color": true,
+				"width": true,
+				"style": true
+			}
 		}
 	}
 }