Skip to content

Commit

Permalink
Merge branch 'master' into release-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Serwatka committed Feb 27, 2016
2 parents 32038a6 + f8db0c2 commit 3e63f1b
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions app/config/ezplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ ezpublish:

# Siteaccess configuration, with one siteaccess per default
siteaccess:
list: [site]
list:
- site
- fr
- de
- no
groups:
site_group: [site]
site_group:
- site
- fr
- de
- no
default_siteaccess: site
match:
URIElement: 1
Expand All @@ -23,4 +31,21 @@ ezpublish:
# it is recommended to install clean, then change setting before you start adding binary content, otherwise you'll
# need to manually modify your database data to reflect this to avoid exceptions.
var_dir: var/site
languages: [eng-GB]
site:
languages:
- eng-GB
- fre-FR
- ger-DE
- nor-NO
fr:
languages:
- fre-FR
- eng-GB
de:
languages:
- ger-DE
- eng-GB
no:
languages:
- nor-NO
- eng-GB

0 comments on commit 3e63f1b

Please sign in to comment.