Skip to content

Commit 0f0f620

Browse files
petarjakopecpspanja
authored andcommitted
NGSTACK-816 fix incorrect documentation in readme
1 parent 8c8c712 commit 0f0f620

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ The package distinguishes between two types of URLs:
3737
1. **Siteaccess URLs** that reside within the configured Siteaccess Content tree.
3838
2. **Siteaccess URLs** that exist outside of the configured Siteaccess Content tree.
3939
40-
By default, the overview of URLs outside of the configured Content tree is hidden.
41-
To enable the display of these URLs, set the following parameter in your configuration:
40+
By default, the overview of URLs outside the configured Content tree is disabled.
41+
To display these URLs, you need to enable this option in your configuration:
4242
4343
```yaml
44-
netgen_ibexa_admin_ui_extra.show_external_siteaccess_urls: true
44+
netgen_ibexa_admin_ui_extra:
45+
show_siteaccess_urls_outside_configured_content_tree_root: true
4546
```
4647
4748

0 commit comments

Comments
 (0)