Skip to content

Allow Node-RED section of help sidebar to be hidden#5581

Merged
knolleary merged 2 commits intomasterfrom
5578-help-sidebar-theme
Mar 23, 2026
Merged

Allow Node-RED section of help sidebar to be hidden#5581
knolleary merged 2 commits intomasterfrom
5578-help-sidebar-theme

Conversation

@knolleary
Copy link
Copy Markdown
Member

Fixes #5578

Allows the Node-RED section of the sidebar help to be hidden by setting editorTheme.help.node-red to false

For a theme plugin, this translates to:

module.exports = function (RED) {

    RED.plugins.registerPlugin('test-theme-plugin', {
        type: 'node-red-theme',
        ...
        help: {
            'node-red': false
        }

    })
}

Base automatically changed from 5577-extend-theme-plugin-support to master March 23, 2026 15:27
@knolleary knolleary merged commit 8acf279 into master Mar 23, 2026
5 checks passed
@knolleary knolleary deleted the 5578-help-sidebar-theme branch March 23, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Theme: Ability to remove Node-RED section from Help Sidebar

1 participant