I would like to create an Object for other Objects in the same site to use for configuration. In addition to being more accessible from microservices, using an Object for configuration would also make it easier to build a UI and handle permissions for editing it.
However, I’m not seeing any way to create an object that must have a unique site ID, or a singleton object, or even a “site” system object that I could add fields to.
Is there a way to use Objects for site-specific configuration?
Thanks for starting the discussion, this is not supported at the moment, we started discussing some time ago, but didn't get priorized. Can you please share the use case?
– Luiz_JardimSo basically, you are looking for a site scoped object definition with one entry. The entry can be updated, but you need to make sure another entry isn't added? I think you could find ways to make it work, if that's the case.
– Russell_Bohl