-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels