Skip to content

Commit 6f80fa1

Browse files
committed
Duplicate warning to Mx10
1 parent 9f0a3ee commit 6f80fa1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide10/modeling/pages/page/page-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ In simple e-commerce applications, the URLs can be configured as follows:
8383

8484
* *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`)
8585

86+
{{% alert color="warning" %}}
87+
Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues.
88+
{{%/alert %}}
89+
8690
### Common Section {#common}
8791

8892
{{% snippet file="/static/_includes/refguide10/common-section-link.md" %}}

0 commit comments

Comments
 (0)