Custom ID for content

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [X] Documentation issue or request

Current behavior

Content Id is generated by Squidex

Expected behavior

Have a way to define Id

Base on this pull request, it seems like we can define our own Id. However, I can’t find the way to do it.
Basically, I want to use one of the field as Id, so when I update it from SDK, I can use it directly.

Minimal reproduction of the problem

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ ] Cloud version

Version: [VERSION]

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

It is not possible over the UI yet, there is an open task for that. When you use the API you can pass over a custom ID as query string: https://cloud.squidex.io/api/content/squidex-website/docs#operation/CreatePageContent

1 Like