Last active
March 23, 2018 14:52
-
-
Save grebaldi/159e404273ff943c1cd1060a155e1810 to your computer and use it in GitHub Desktop.
minimal Site.xml
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"?> | |
<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