Skip to content

dynamic viewUrl and pathSegment parameters in the same level as a static set of parameters #3023

Answered by ndricimrr
andrew-tud asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @andrew-tud ,

The current behaviour you are asking for :

{
        // parentNode
        pathSegment: "parent",
        children: [
             { // dynamic child },
             { // static child }
        ]
}

to have a dynamic and a static child on the same level is something that we do not allow on purpose. The situation that is prohibited here is the following:

As one of the children will be static, when opening the parent you will be displaying a left navigation item which will have an empty value in the beginning. For that reason we do not allow that behaviour.

Could you give us some more information on your specific use case scenario and what exactly you are trying to achieve…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrew-tud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants