Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Multiple children arrays do not work at same nested level #2

Copy link
Copy link
@BrentH-Alnico

Description

@BrentH-Alnico
Issue body actions

Hi,

If I use the model below, the second array 'MenuItemTags' seems to overwrite the first array 'SizePrice' on the same level. I believe the model is correct or am I missing something?

$model = array(
    'key'=>'ItemTitle',
    'ItemTitle'=>'ItemTitle',
    'children'=>array(
        'SizePrice'=>array(
            'key'=>'MenuItemSize',
            'MenuItemSize'=>'MenuItemSize',
        )
    ),
    'children'=>array(
        'MenuItemTags'=>array(
            'key'=>'MenuItemTag',
                'MenuItemTag'=>'MenuItemTag'
        )
    )
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.