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

slug generation #14

Open
caburgoin opened this issue Oct 31, 2021 · 4 comments
Open

slug generation #14

caburgoin opened this issue Oct 31, 2021 · 4 comments

Comments

@caburgoin
Copy link

I noticed that from the management sdk it is not possible or at least not documented on how to treat a slug type so that it generates the slug based on other field. e.g: generate slug based on post id or name

@nrandell
Copy link

I've been trying to use

formConfig: {
    config: {
      isLowercase: true,
      shouldGenerateAutomatically: true,
      automaticSlug: "{title}",
    },
  },

in add simple field. The field gets added, but the automatic slug generation is not working!

@notrab
Copy link
Contributor

notrab commented Dec 10, 2021

Hey @nrandell the automatic slug "content" generation is UI based only. It would be great for us to support this at an API level too.

@joelpierre
Copy link
Contributor

joelpierre commented Jan 27, 2022

👍🏽

@roman-contino
Copy link

I'd love to see this in the SDK!

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

5 participants