Created
August 30, 2017 10:32
-
-
Save adsc-cloudtec/27bc14700e4e03fc07584e7be13f3b13 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>Intranet</name> | |
<key>intranet_spitex_bern_ch</key> | |
<localizations> | |
<localization language="de" default="true"/> | |
</localizations> | |
<theme>default</theme> | |
<default-templates> | |
<default-template type="page">intranet-default</default-template> | |
<default-template type="homepage">intranet-homepage</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> | |
</meta> | |
</context> | |
<context key="sub"> | |
<meta> | |
<title lang="de">Subnavigation</title> | |
</meta> | |
</context> | |
</contexts> | |
</navigation> | |
<portals> | |
<portal> | |
<name>Intranet</name> | |
<key>intranet_spitex_bern_ch</key> | |
<environments> | |
<environment type="prod"> | |
<urls> | |
<url language="de">{host}</url> | |
<url language="de">intranet.spitex-bern.ch</url> | |
</urls> | |
</environment> | |
<environment type="stage"> | |
<urls> | |
<url language="de">{host}</url> | |
</urls> | |
</environment> | |
<environment type="dev"> | |
<urls> | |
<url language="de">{host}</url> | |
<url language="de">intranet.spitex-intranet.lo</url> | |
</urls> | |
</environment> | |
</environments> | |
</portal> | |
</portals> | |
</webspace> |
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>SPITEX BERN</name> | |
<key>spitex_bern_ch</key> | |
<localizations> | |
<localization language="de" default="true"/> | |
</localizations> | |
<theme>default</theme> | |
<default-templates> | |
<default-template type="page">default</default-template> | |
<default-template type="homepage">homepage</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> | |
</meta> | |
</context> | |
<context key="sub"> | |
<meta> | |
<title lang="de">Subnavigation</title> | |
</meta> | |
</context> | |
</contexts> | |
</navigation> | |
<portals> | |
<portal> | |
<name>SPITEX BERN</name> | |
<key>spitex_bern_ch</key> | |
<environments> | |
<environment type="prod"> | |
<urls> | |
<url language="de">{host}</url> | |
<url language="de">new.spitex-bern.ch</url> | |
</urls> | |
</environment> | |
<environment type="stage"> | |
<urls> | |
<url language="de">{host}</url> | |
</urls> | |
</environment> | |
<environment type="dev"> | |
<urls> | |
<url language="de">{host}</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