FlowFuse / FlowFuse/flowfuse

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

Open
#3,365 1 comment 0 reactions 0 assignees View on GitHub
area:frontend needs-triage size:XS type:feature
Dominant language
JavaScript
Stars
400
Forks
89
Avg merge
1d 21h
Merged PRs (30d)
146

Description

### 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:

```js
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.