Skip to content

Instantly share code, notes, and snippets.

View martin-helmich's full-sized avatar

Martin Helmich martin-helmich

View GitHub Profile
server {
listen *:80;
server_name neos.dev;
root /var/www/flow/Web;
autoindex off;
client_max_body_size 0;
access_log /var/log/nginx/flow.dev.access.log;
error_log /var/log/nginx/flow.dev.error.log;
'TYPO3.NeosDemoTypo3Org:Tabs':
superTypes: ['TYPO3.Neos:Content']
childNodes:
tabItems:
type: 'TYPO3.Neos:ContentCollection'
ui:
label: 'Tabs'
group: 'plugins'