Skip to content

Instantly share code, notes, and snippets.

@pankajlele
Created December 20, 2013 12:48
Show Gist options
  • Save pankajlele/8054368 to your computer and use it in GitHub Desktop.
Save pankajlele/8054368 to your computer and use it in GitHub Desktop.
<neos:contentElement node="{node}">
<blockquote cite="{f:uri.external(uri: '{sourceurl}', defaultScheme: 'http')}">
<neos:contentElement.editable property="title">
{node.properties.title->f:format.raw()}
</neos:contentElement.editable>
</blockquote>
</neos:contentElement>
@kitsunet
Copy link

neos:contentElement.editable property="title" node="{node}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment