[Neos] Node url to noraml readable link

Arno Dudek webmaster at adgrafik.at
Sat Feb 14 09:43:15 CET 2015


Had the same question a few time ago. What you're looking for is 
TYPO3.Neos:ConvertUris

prototype(TYPO3.Neos.NodeTypes:Headline) {
    title. at process.convertUris = TYPO3.Neos:ConvertUris
}

And I needed this too:

"If the workspace of the current node context is not live, no 
replacement will be done unless forceConversion is set. This is needed 
to show the editable links with metadata in the content module."

prototype(TYPO3.Neos.NodeTypes:Headline) {
    title. at process.convertUris = TYPO3.Neos:ConvertUris {
        forceConversion = true
    }
}

lg arno


Am 13.02.15 um 11:54 schrieb Siva:
> Hi All,
>
>
>
> I have a node url like this
>
>
> node://13eefa96-faa0-56e3-69d4-f42f2a73b73c
>
> How can I convert this into a normal url. Somthing like http://www.website.com/home.html
>



More information about the Neos mailing list