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

add support for custom browser titles #269

Closed
wants to merge 1 commit into from

Conversation

BernhardBaumrock
Copy link
Contributor

hey @ryancramerdesign I'm working on a very customised backend and unfortunately the browser title is not easily configurable.

The only way would be to replace the whole _head.php file which would not be ideal if anything changed anytime!

Using $this->wire('browserTitle', 'foo bar') is also not what I need because unfortunately it always appends the hostname to the title and I don't want that :)

Thx in advance!

ryancramerdesign added a commit that referenced this pull request May 2, 2023
…ework class

Co-authored-by: BernhardBaumrock <office@baumrock.com>
@ryancramerdesign
Copy link
Member

Thanks @BernhardBaumrock I have added this

@ryancramerdesign ryancramerdesign added the completed PR has been successfully added and this may be closed when ready. label May 2, 2023
@BernhardBaumrock
Copy link
Contributor Author

Great, thx Ryan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed PR has been successfully added and this may be closed when ready.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants