Feature #58073

TYPO3.Neos:Content NodeType as Reference in Inspector

Added by Lars Malach over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2014-04-20
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

The Inspector of Neos doest not suggest nodes of super type TYPO3.Neos:Content. This should work like with TYPO3.Neos.NodeTypes:Page nodes.

'Blub.Bla:ContentType':
  superTypes: ['TYPO3.Neos:Content']
  ui:
    label: 'Color'
    group: 'plugins'
    icon: 'icon-adjust'
    inspector:
      groups:
        properties:
          label: 'Properties'
          position: 10
  properties:
    title:
      type: string
      translatable: TRUE
      ui:
        label: 'Title'
        reloadIfChanged: TRUE
        inspector:
          group: properties

'Blub.Bla:Blo':
  superTypes: ['TYPO3.Neos:Content']
    colors:
      type: references
      ui:
        label: 'Colors'
        reloadIfChanged: true
        inspector:
          group: properties
          editorOptions:
            nodeTypes:
              - 'Blub.Bla:ContentType'

History

#1 Updated by Aske Ertmann over 1 year ago

  • Status changed from New to Needs Feedback

Hey Lars

Just tested it and for me it works fine using TYPO3.Neos:Content as node type. Here's the configuration I used.

   'test':
      type: reference
      ui:
        label: 'test'
        inspector:
          group: 'document'
          editorOptions:
            nodeTypes:
              - 'TYPO3.Neos:Content'
    'test2':
      type: references
      ui:
        label: 'test2'
        inspector:
          group: 'document'
          editorOptions:
            nodeTypes:
              - 'TYPO3.Neos:Content'

#2 Updated by Lienhart Woitok 10 months ago

  • Status changed from Needs Feedback to Closed

No feedback was given within 5 month, I consider the issue resolved. If the issue persists, please open a new issue at https://jira.typo3.org/

Also available in: Atom PDF