[TYPO3-english] Typo3 Neos & link fields

Nils Hodyas post at dietantejensen.de
Thu Feb 5 11:58:09 CET 2015


Hi Siva,

there is a Neos mailing list, you should have more luck with help there!

Greetings, Nils

Am 03.02.2015 um 14:43 schrieb Siva Prasad:
> Hi everyone ,
> Currently I am working on Typo3 neos to get a idea about how template 
> integration and extension programing is done !!
>
> I have created some custom node types with Typo3 Neos and everything 
> work perfectly with out any issues.
> But I have a problem with node URLs;
> 'TYPO3.NeosPitsOrg:FooterContent':
>  superTypes: ['TYPO3.Neos:Content']
>  ui:
>    group: 'general'
>    label: 'FooterContent'
>    inspector:
>      groups:
>        'FooterContent':
>          label: FooterContent
>          position: 50
>  properties:
>    title:
>      type: string
>      defaultValue: 'Title Text'
>      ui:
>        label: 'Quote'
>        inlineEditable: TRUE
>        inspector:
>          group: 'FooterContent'
>    description:
>      type: string
>      defaultValue: 'Description here'
>      ui:
>        label: 'Quote'
>        inlineEditable: TRUE
>        inspector:
>          group: 'FooterContent'
>    description2:
>      type: string
>      defaultValue: 'Description here'
>      ui:
>        label: 'description2'
>        inlineEditable: TRUE
>        inspector:
>          group: 'FooterContent'
>    galleryLink:
>      type: string
>      ui:
>        label: 'Link to Gallery page'
>        inspector:
>          group: 'FooterContent'
>          editor: 'TYPO3.Neos/Inspector/Editors/LinkEditor'
>          editorOptions:
>            assets: FALSE
>            placeholder: 'Paste a link, or type to search for nodes'
>
> The last one will create a link field in the backend and I am able to 
> browse a node through that . But I am unable to render this in my 
> template
> galleryLink = TYPO3.Neos:ConvertUris {
>                node =  ${q(node).property('galleryLink')}
>               forceConversion = TRUE
>         }
>
> tried  this but no luck . Can any one help me with this ??
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

-- 
Nils Hodyas - Webdesign von die Tante Jensen · Großherzog-Friedrich-Straße 117 · 66121 Saarbrücken · (0681) 925 63 43 · 0160 318 183 7 · http://dietantejensen.de · DE 2757 96974 · Registergericht Saarbrücken



More information about the TYPO3-english mailing list