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

Usage of page tstamp field is not possible #34

Open
Patta opened this issue Jul 4, 2023 · 0 comments
Open

Usage of page tstamp field is not possible #34

Patta opened this issue Jul 4, 2023 · 0 comments

Comments

@Patta
Copy link

Patta commented Jul 4, 2023

In some cases, we just want a random id as slug (e.g. newsletter). The tstamp field could be used for that.
However, with the below tsconfig, the tstamp field is not respected as field for the slug generation.

TCEMAIN.pages.slug.generatorOptions {
    fields = tstamp
}

With this, the fallback slug is generated. e.g. "/default-831d81656a"
Is it possible to use the tstamp field for the slug?
If not, it would be nice if the fallback slug prefix "default" could be configurable or removed.

TYPO3 11.5.28
PHP 8.1.20
masi 2.0.1
composer mode

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