Skip to content

Multitree language setup #47

@rafu1987

Description

@rafu1987

Hi and thanks for your great extension!

I have a nmultitree setup where a page tree is a language and everything happens with language id 0.
I have this configuration:

        1 => [
            // this number means: language parameter
            0 => [
                'identifier' => 'english',
                'domain' => [
                    'dummy.website.com',
                ],
                'browserLanguage' => [
                    '*',
                ],
                'countryBasedOnIp' => [
                    '*',
                ],
            ],
        ],
        // this number means: pid
        // DE
        54 => [
            // this number means: language parameter
            0 => [
                'identifier' => 'german',
                'domain' => [
                    'dummy.website.com',
                ],
                'browserLanguage' => [
                    'de',
                ],
                'countryBasedOnIp' => [
                    '*',
                ],
            ],
        ],

1 is the EN root page and 54 the german root page. Can this setup work with the extension? I didn't find anything in the manual :-(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions