From c5b1d28e866e22e7e09af302be1a8bb45ee499ea Mon Sep 17 00:00:00 2001 From: Fellan-91 Date: Mon, 9 Dec 2024 18:27:48 +0300 Subject: [PATCH] rollback removed the ability to use URL control within Content (#296) --- controls/url/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controls/url/index.php b/controls/url/index.php index 45862c4a2..3cee32bcf 100644 --- a/controls/url/index.php +++ b/controls/url/index.php @@ -22,7 +22,6 @@ public function __construct() { $this->type = 'string'; $this->label = __( 'URL', 'lazy-blocks' ); $this->restrictions = array( - 'placement_settings' => array( 'content-fallback', 'inspector' ), 'translate_settings' => true, );