You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to build a custom Contentful app using SlugEditor which attaches today's date to the slug. This ensures that all the new content we are publishing has unique url and is not equal to any previously deleted content.
When using the SlugEditor in a custom app, the value we write to it keeps getting overwritten by the default slug generated by the SlugEditor based on the title field in that entry.
Can you please either allow us to disable the tracking title field option or pass a custom slugify method.
The text was updated successfully, but these errors were encountered:
sharanrprasad
changed the title
Slug Editor: Allow option of SlugEditor not tracking any title fields
Slug Editor: Allow option to make SlugEditor not track any title fields
Nov 9, 2023
sharanrprasad
changed the title
Slug Editor: Allow option to make SlugEditor not track any title fields
SlugEditor: Allow option to make SlugEditor not track any title fields
Nov 9, 2023
We want to build a custom Contentful app using SlugEditor which attaches today's date to the slug. This ensures that all the new content we are publishing has unique url and is not equal to any previously deleted content.
When using the SlugEditor in a custom app, the value we write to it keeps getting overwritten by the default slug generated by the SlugEditor based on the title field in that entry.
This is our code -
Can you please either allow us to disable the tracking title field option or pass a custom slugify method.
The text was updated successfully, but these errors were encountered: