Created
August 29, 2017 14:40
-
-
Save adsc-cloudtec/1e3fc4fa9c497c9a383d6974181d8212 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>sulu.io</name> | |
<key>sulu_io</key> | |
<localizations> | |
<localization language="en" default="true"/> | |
<localization language="de"/> | |
</localizations> | |
<theme>default</theme> | |
<default-templates> | |
<default-template type="page">default</default-template> | |
<default-template type="homepage">overview</default-template> | |
</default-templates> | |
<templates> | |
<template type="search">ClientWebsiteBundle:views:search.html.twig</template> | |
<template type="error">ClientWebsiteBundle:views:error.html.twig</template> | |
<template type="error-404">ClientWebsiteBundle:views:error404.html.twig</template> | |
</templates> | |
<navigation> | |
<contexts> | |
<context key="main"> | |
<meta> | |
<title lang="de">Hauptnavigation</title> | |
<title lang="en">Mainnavigation</title> | |
</meta> | |
</context> | |
</contexts> | |
</navigation> | |
<portals> | |
<portal> | |
<name>sulu.io</name> | |
<key>sulu_io</key> | |
<environments> | |
<environment type="prod"> | |
<urls> | |
<url>{host}/{localization}</url> | |
</urls> | |
</environment> | |
<environment type="stage"> | |
<urls> | |
<url>{host}/{localization}</url> | |
</urls> | |
</environment> | |
<environment type="dev"> | |
<urls> | |
<url>{host}/{localization}</url> | |
</urls> | |
</environment> | |
</environments> | |
</portal> | |
</portals> | |
</webspace> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment