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

Saving a title token as blank #445

Open
russell-kitchen opened this issue Mar 3, 2023 · 0 comments
Open

Saving a title token as blank #445

russell-kitchen opened this issue Mar 3, 2023 · 0 comments

Comments

@russell-kitchen
Copy link

Description

A client wishes to not have '- SiteName' on certain pages only. It seems this isn't natively possible, so the solution was to add a space in the secondary token and save, which works. However, due to Craft's autosave/backup functionality, a second after adding the space it reverts to the default '- Sitename' string. You have to be faster on the save than Craft is on the backup in order to get this to work.

Steps to reproduce

  1. Replace '- Sitename' token with a space on an entry edit page
  2. Wait a second for Craft to backup the changes
  3. See that the default token has reappeared

Additional info

  • Craft version: 3.7.67
  • SEO version: 3.7.4
  • PHP version: 7.4
  • Database driver & version:
  • Other Plugins:
    "craftcms/feed-me": "4.5.4",
    "craftcms/redactor": "2.10.11",
    "ether/tags": "1.0.9",
    "nystudio107/craft-emptycoalesce": "1.0.6",
    "nystudio107/craft-fastcgicachebust": "1.0.11",
    "nystudio107/craft-twigpack": "1.2.17",
    "sebastianlenz/linkfield": "1.0.25",
    "spicyweb/craft-neo": "2.13.16",
    "topshelfcraft/wordsmith": "3.3.2",
    "verbb/cloner": "^1.2",
    "verbb/navigation": "1.4.31",
    "verbb/super-table": "2.7.4",
    "vlucas/phpdotenv": "^3.4.0"
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

No branches or pull requests

1 participant