flowfuse icon indicating copy to clipboard operation
flowfuse copied to clipboard

Use `Editor Title` as `document.title` in the NR editor

Open GogoVega opened this issue 1 year ago • 1 comments

Description

Hi Team,

The Editor section in Settings for an instance contains the Editor Title configuration which becomes the following parameter in the settings file:

module.exports = {
  editorTheme: {
    header: {
      title: "My Editor Title"
    }
  }
}

The editorTheme object also contains the page.title property which is used by the NR editor for the document.title.

Would it be possible to link the Editor Title configuration to the page.title setting so that the document title matches the project name? Because currently each instance has the FlowFuse : [FlowName or Hostname] title.

Thank you

Which customers would this be available to

Everyone - CE/Starter/Team/Enterprise

Have you provided an initial effort estimate for this issue?

I am not a FlowFuse team member

GogoVega avatar Jan 21 '24 13:01 GogoVega

Another customer ask: https://discourse.nodered.org/t/defining-pagetitle-in-flowfuse-editor-instance/96267

Steve-Mcl avatar Mar 26 '25 15:03 Steve-Mcl