Feature #55438

Dynamic usage of "selector" in inspector

Added by Soren Malling over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2014-01-29
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

Many selectors can consist of dynamic content: * Specific nodetypes * tags * objects/models from your own package/backend module * and many more..

Somehow, this could be dynamicly possible within configuration. This is an example, and hopefully be usable for discussion


    properties:
        selectorElementInTheInspector:
            type: [IM IN DOUBT HERE, AS IT CAN BE ANYTHING. MAYBE A PROXY?]
            ui:
                label: 'Tags'
                reloadIfChanged: true
                inspector:
                    editor: TYPO3.Neos/Inspector/Editors/SelectBoxEditor
                    editorOptions:
                        placeholder: 'Select the tags identifier'
                        multipleItems: TRUE // IF ITS POSSIBLE TO CHOOSE MULTIPLE ITEMS
                        displaySelectedItems: TRUE // IF DISPLAYED ITEMS SHOULD BE DISPLAYED (EX. tags)
                        [SOMEHOW CONFIGURATE THE DYNAMIC PARTS (nodeTypes, domain object etc.)
                        values:
                            '': null
                            contact-form:
                                label: 'Contact form'

History

#1 Updated by Lienhart Woitok 10 months ago

  • Assigned To set to Lienhart Woitok

#2 Updated by Lienhart Woitok 10 months ago

  • Status changed from New to Closed
  • Assigned To deleted (Lienhart Woitok)

Also available in: Atom PDF