Created
September 27, 2015 15:52
Revisions
-
Rens Admiraal created this gist
Sep 27, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ 'My.Vendor:Section': superTypes: 'TYPO3.Neos:Content': TRUE 'TYPO3.Neos:ContentCollection': TRUE ui: label: 'Section' inlineEditable: TRUE 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ {namespace ts=TYPO3\TypoScript\ViewHelpers} <section{attributes -> f:format.raw()}> <ts:render path="content" /> </section> 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ prototype(My.Vendor:Section) < prototype(TYPO3.Neos:ContentCollection)