Skip to content

Commit

Permalink
adjust field label
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 13, 2024
1 parent 74ac154 commit 2dc7774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ protected function createLinkBlueprint($namespace)
['handle' => 'redirect', 'field' => [
'type' => 'group', 'required' => true, 'width' => '100',
'fields' => [
['handle' => 'url', 'field' => ['type' => 'link', 'required' => true, 'width' => '100']],
['handle' => 'url', 'field' => ['type' => 'link', 'required' => true, 'width' => '100', 'display' => __('URL')]],
['handle' => 'status', 'field' => ['type' => 'radio', 'inline' => 'true', 'required' => true, 'options' => [301 => __('301 (Permanent)'), 302 => __('302 (Temporary)')], 'width' => '100', 'display' => __('Redirect HTTP Status')]],
],
],
Expand Down

0 comments on commit 2dc7774

Please sign in to comment.