Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Neos

Introduction to Neos

The "Introduction to Neos" talk held on the Neos RheinMain#5 Meetup.

Bastian Heist

March 14, 2017
Tweet

More Decks by Bastian Heist

Other Decks in Programming

Transcript

  1. Bastian Heist • Full-Stack Developer @ Sandstorm since 2015 •

    Neos CMS supporter since 2015 • Freelance Web Developer since 2009 • SAP ERP Consultant @ Merck, 2008-2015 @beheist @bastianheist
  2. You? • What do you do? • Experience with Neos?

    • How do you feel about Neos? • Your goals for today? ?
  3. Content • What is Neos? • Principles & Philosophy •

    Key Functionality • Node Tree • Content Editing • Publishing & Workspaces • Content Application Platform
  4. Sandstorm.PublicWebsite:Teaser:
 superTypes:
 Neos.Neos:Content: true
 childNodes:
 headlines:
 type: 'Neos.Neos:ContentCollection'
 constraints:
 nodeTypes:


    '*': false
 Neos.NodeTypes:Headline: true
 Neos.NodeTypes:Image: true
 ui:
 group: 'general'
 label: 'Default Teaser'
 inlineEditable: true
 properties:
 teaserImage:
 type: 'Neos\Media\Domain\Model\ImageInterface'
 ui:
 label: 'Hintergrundbild'
 reloadIfChanged: true
 inspector:
 group: 'properties'