-
Events are the only type of profile for which we do not allow changing the `slug`.
-
## Description
When a page slug is renamed, the last writer field on the page gets it's content deleted.
Saving then will lead to content loss (very possible if that field is out of view).
**Scre…
-
This Issue _specifically_ tracks the ongoing effort to use a `slug` to reference a Navigation Menu (`wp_navigation` Post) instead of the current postID based setup.
This is required because IDs are…
-
### Bug description
If you have a model with name in any other than english language you get filename '_{id}' which will not be exported
it is obvious from this code
def get_filename(model_name: …
-
With this keystatic config
```ts
// in ./keystatic.config.ts
import { config, fields, collection } from '@keystatic/core';
export default config({
storage: {
kind: 'local',
},
co…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/static-page-render-zl2634
### To Reproduce
1) Create a `[slug]/page.jsx` route. (In repo already done it)
…
hlege updated
1 month ago
-
Now that slugs are like __rerum.slug, we can offer a PATCH specifically to update the Slug, if that is desirable. This may end up being accomplished by allowing Slug in a standard PUT or PATCH update…
-
### Version
module: 1.12.1
nuxt: 3.12.4
### Nuxt configuration
nuxt.config.ts
```
export default defineNuxtConfig({
...
sanity: {
projectId: "[my actual project ID]",
dataset: proc…
-
Was trying to get this to work with the automation and it kept giving me an invalid slug reference(even when selecting the integration through the ui).
I ended up forking it and changing a lin…
nzrf updated
11 months ago
-
Be able to manipulate slugs. This would mean exposing the `slugs` field, which seems like idea we should at least revisit. I don't really see anything wrong in exposing this anymore.