Skip to content

Commit

Permalink
[5.2] Allow relative URLs in wrapper module and component (#44314)
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister authored Nov 1, 2024
1 parent 31640ec commit 7e6ac90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/com_wrapper/tmpl/wrapper/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
type="url"
validate="url"
filter="url"
relative="true"
label="COM_WRAPPER_FIELD_URL_LABEL"
required="true"
/>
Expand Down
1 change: 1 addition & 0 deletions modules/mod_wrapper/mod_wrapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
type="url"
validate="url"
filter="url"
relative="true"
label="MOD_WRAPPER_FIELD_URL_LABEL"
required="true"
/>
Expand Down

0 comments on commit 7e6ac90

Please sign in to comment.