Skip to content

Instantly share code, notes, and snippets.

@grebaldi
Last active March 23, 2018 14:52
Show Gist options
  • Save grebaldi/159e404273ff943c1cd1060a155e1810 to your computer and use it in GitHub Desktop.
Save grebaldi/159e404273ff943c1cd1060a155e1810 to your computer and use it in GitHub Desktop.
minimal Site.xml
<?xml version="1.0" encoding="UTF-8"?>
<root>
<site name="My Site" state="1" siteResourcesPackageKey="Vendor.SitePackage" siteNodeName="my-site">
<nodes formatVersion="2.0">
<node nodeName="my-site">
<variant
workspace="live"
nodeType="Vendor.SitePackage:Document.HomePage"
sortingIndex="100"
version="1"
removed=""
hidden=""
hiddenInIndex=""
>
<dimensions/>
<accessRoles __type="array"/>
<properties>
<title __type="string">My Site</title>
<uriPathSegment __type="string">my-site</uriPathSegment>
</properties>
</variant>
<node nodeName="main">
<variant
workspace="live"
nodeType="TYPO3.Neos:ContentCollection"
sortingIndex="100"
version="1"
removed=""
hidden=""
hiddenInIndex=""
>
<dimensions/>
<accessRoles __type="array" />
</variant>
</node>
</node>
</nodes>
</site>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment