0

I am using neos version beta 1.0.2. I have a custom package in neos installation. But when i create new content elements it always shows "untitled" in node tree. Its very difficult to differentiate content elements if the tree title is same.

Punith
  • 21
  • 6

1 Answers1

0

Checkout \TYPO3\TYPO3CR\Domain\Model\DefaultNodeLabelGenerator and implement the interface for your content types.

ChristianM
  • 1,793
  • 12
  • 23
  • But this Untitled heading will not come when i add content from editor window(content canvas). It only happens if i click on Plus button (create new) in Structure tree What may be the issue? – Punith May 07 '14 at 07:02