Skip to content

Commit

Permalink
rollback removed the ability to use URL control within Content (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellan-91 committed Dec 9, 2024
1 parent ec1b713 commit c5b1d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controls/url/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);

Expand Down

0 comments on commit c5b1d28

Please sign in to comment.