Add link to text in neos beta 1.0.2 -


i new typo3 neos. using neos version 1.0.2

when try add links custom content types link not proper , appears thing below.for external urls works fine. node://06fbba05-82f1-e0b4-0e5e-4549e7aa4d11

how can add target blank external urls , mailto link emails?

thank in advance.

you need apply converter text changes internal presentation of link real link. examples in: packages/application/typo3.neos.nodetypes/resources/private/typoscript/root.ts2

basically if custom node type has property "text", do:

text.@process.converturis = typo3.neos:converturis 

in typoscript prototype.

i think mailto: should work typing mailto:foo@bar.com link box. setting different targets not supported out of box, done custom processor.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -