File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
views/themes/ngadmin/content/tab Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This package enhances the visibility of Content URLs by Siteaccess. URLs can be
3535The package distinguishes between two types of URLs:
3636
37371. **Siteaccess URLs** that reside within the configured Siteaccess Content tree.
38- 2. **Siteaccess URLs** that exist outside of the configured Siteaccess Content tree.
38+ 2. **Siteaccess URLs** that exist outside the configured Siteaccess Content tree.
3939
4040By default, the overview of URLs outside the configured Content tree is disabled.
4141To display these URLs, you need to enable this option in your configuration:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ private function addShowExternalSiteaccessUrls(ArrayNodeDefinition $nodeDefiniti
3636 ->children ()
3737 ->booleanNode ('show_siteaccess_urls_outside_configured_content_tree_root ' )
3838 ->defaultFalse ()
39- ->info ("Show Siteaccess URLs outside of the configured Content tree root in administration's URL tab " )
39+ ->info ("Show Siteaccess URLs outside the configured Content tree root in administration's URL tab " )
4040 ->end ()
4141 ?->end();
4242 }
Original file line number Diff line number Diff line change 11tab.urls.siteaccess.headline.siteaccess_urls : ' Siteaccess URLs'
2- tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root : ' Siteaccess URLs outside of the configured Content tree root'
2+ tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root : ' Siteaccess URLs outside the configured Content tree root'
33tab.urls.siteaccess : ' Siteaccess'
44tab.urls.no_siteaccess_urls : ' This item has no Siteacess URLs.'
55tab.urls.url : ' URL'
Original file line number Diff line number Diff line change 1010 {% include ' @ibexadesign/content/tab/url/siteaccess_urls_table.html.twig' with {
1111 headline :
1212 ' tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root' |trans|desc
13- (' Siteaccess URLs outside of the configured Content tree root' ),
13+ (' Siteaccess URLs outside the configured Content tree root' ),
1414 siteaccess_urls : siteaccess_urls_outside_configured_content_tree_root ,
1515 } only %}
1616{% endif %}
You can’t perform that action at this time.
0 commit comments