Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Version 2.x reintroduce disabling nodes (_hidden=true) #55

Open
wants to merge 3 commits into
base: 2.0
Choose a base branch
from

Commits on Jun 22, 2024

  1. FEATURE: Add option to hide/disable nodes

    This reverts commit 4fa4f45.
    mhsdesign committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    17800c6 View commit details
    Browse the repository at this point in the history
  2. FEATURE: Adjust disabled feature to work with NodeMutator architecture

    - introduce $showDisabledNodesInSubgraph in tests to show disabled created nodes
    - introduce `NodeMutator::setDisabled`
    - updated all snapshots to include `"disabled": false,`
    mhsdesign committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c682516 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. FEATURE: Introduce forward compatible syntax to set Neos 9 Node subtr…

    …ee tags and allow `tags.disabled` in Neos 8.3
    mhsdesign committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4f8e5f1 View commit details
    Browse the repository at this point in the history