Strapi 5: Use documentId as the config types UID
Closed this issue · 0 comments
boazpoolman commented
Feature request
Summary
Now that each document has it's own unique CUID in Strapi 5, we don't need to specify each uid
for a config type manually. We can just use the document id.
Why is it needed?
To simplify the plugins configuration for custom config types.