neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Neos 9.0 Either reimplement or fully remove `presetBaseNodeType`

Open mhsdesign opened this issue 1 year ago • 1 comments

currently this feature is broken see https://neos-project.slack.com/archives/C0L41E268/p1698743660587269

basti wrote on slack

Well, partly.. If a different preset is selected, the tree doesn't work anymore – but that can be fixed in UI I assume.

Neos:
  Neos:
    userInterface:
      navigateComponent:
        nodeTree:
          loadingDepth: 2
          presets:
            default:
              baseNodeType: 'Neos.Demo:Document.Blog,Neos.Demo:Document.BlogPosting'
            'not blog':
              ui:
                label: 'Not Blog'
                icon: 'icon-book'
              baseNodeType: '!Neos.Demo:Document.Blog,!Neos.Demo:Document.BlogPosting'

Well, partly.. If a different preset is selected, the tree doesn't work anymore – but that can be fixed in UI I assume.

image

mhsdesign avatar Jan 30 '24 18:01 mhsdesign