<?xml version="1.0" encoding="utf-8"?>
<webspace xmlns="http://schemas.sulu.io/webspace/webspace"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://schemas.sulu.io/webspace/webspace http://schemas.sulu.io/webspace/webspace-1.1.xsd">

    <name>Recyclivre</name>
    <key>recyclivre</key>

    <localizations>
        <localization language="fr" default="true"/>
        <!-- To add a second language: <localization language="en"/> -->
    </localizations>

    <default-templates>
        <default-template type="page">default</default-template>
        <default-template type="home">default</default-template>
    </default-templates>

    <templates>
        <template type="search">search/search</template>
        <template type="error">error/error</template>
    </templates>

    <navigation>
        <contexts>
            <context key="main">
                <meta>
                    <title lang="fr">Navigation principale</title>
                    <title lang="en">Main Navigation</title>
                </meta>
            </context>
            <context key="footer">
                <meta>
                    <title lang="fr">Navigation pied de page</title>
                    <title lang="en">Footer Navigation</title>
                </meta>
            </context>
        </contexts>
    </navigation>

    <portals>
        <portal>
            <name>Recyclivre</name>
            <key>recyclivre</key>

            <environments>
                <environment type="prod">
                    <urls>
                        <url language="fr">{host}/</url>
                    </urls>
                </environment>
                <environment type="stage">
                    <urls>
                        <url language="fr">{host}/</url>
                    </urls>
                </environment>
                <environment type="dev">
                    <urls>
                        <url language="fr">cms.recyclivre.localhost/</url>
                        <url language="fr">cms-service-gateway/</url>
                    </urls>
                </environment>
                <environment type="test">
                    <urls>
                        <url language="fr">localhost/</url>
                    </urls>
                </environment>
            </environments>
        </portal>
    </portals>
</webspace>
