Skip to content

Commit 5f4fa05

Browse files
Merge pull request #1038 from akeneo/DXIM-13
DXIM-13 allow placeholder in ui-extension link url
2 parents 7bc3820 + 33a9705 commit 5f4fa05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/extensions/ui-extensions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,11 @@ You can add a placeholder anywhere in your url as soon as they're surrounded by
489489
Examples:
490490
- `https://www.google.com/search?q=%name%`
491491
- `https://yourwebsite.com/%sku%`
492+
- `%base_url%/sub-url`
493+
494+
::: warning
495+
If the URL begins with a placeholder, we won't verify its validity. The link might not work when used.
496+
:::
492497

493498
#### Fixed query parameters
494499
For an [iframe](#iframe) UI extension, with `pim.product.tab`, `pim.sub-product-model.tab`, `pim.product-model.tab` as [position](#position), several parameters are sent by default as SearchParameters in a GET query, so the server knows who is the connected user (insecure) and in which context the iframe is opened.

0 commit comments

Comments
 (0)