[Neos] Main Menu

Dmitri Pisarev dimaip at gmail.com
Wed Mar 11 16:28:02 CET 2015


Hey Jean, glad I was of a help.
Here are the packages which of most interest to you:
Application/TYPO3.Neos -- Neos itself
Application/TYPO3.Neos.NodeTypes -- default node types
Application/TYPO3.TypoScript -- TypoScript, you can lookup how base TS
objects work there.
Framework/TYPO3.Flow -- framework, on top of which all of these
applications work.

All base TypoScript objects have some PHP implementation class. E.g. here's
one for menu:
https://git.typo3.org/Packages/TYPO3.Neos.git/blob/HEAD:/Classes/TYPO3/Neos/TypoScript/MenuImplementation.php
e.g. see line 192 for subItems.

And yes, I'm from Moscow, Russia :)


On Wed, 11 Mar 2015 at 16:50 Bastian Waidelich <bastian at typo3.org> wrote:

> On 11.03.15, at 11:21, Jean Claude wrote:
>
> Hi.
>
> > about Slack channel ... is it The Good link? https://typo3.slack.com/
> >
> > Do you think they will accept me? ...
>
> Try: http://forger.typo3.org/slack
>
>
> Salutations distinguées ;)
> --
> Bastian Waidelich
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos


More information about the Neos mailing list