-
Notifications
You must be signed in to change notification settings - Fork 52
Widget to dynamically supply a UID #92
Comments
Sounds like a good idea to add. |
I have taken an interest in this repo while my PR in the bitcoin repo gets finalized so I might be able to do a PR before v1 drops |
Would this be helpful as inspiration? I've worked around this by using a custom widget for ids.
Example usage: https://github.com/Greenheart/idg.tools/blob/092ff00f02ca53a8f1910945929619169f53e51a/cms/src/fields/shared.ts#L13 |
I did a similar effort https://gist.github.com/shumiyao/0d11a37dcfb7e53d97bba8cceaef5b7b It apparently seems to work. |
This will be part of the 2.0.0 release. Which hopefully will be out in the next few days. |
@KaneFreeman It would be super nice if we could add a Do you think it is something easy to add? :) Just some background info - we are trying to follow Google's "API Improvement Proposals" or AIP - it specifies the "resource names" should be like
See more here: If this can be achieved, then the data generated or stored with StaticJsCMS then can be directly loaded into our backend services and we can use the id of each element here as the resource names :) |
As described here, "relations should not be being declared based on properties that can be edited by a user."
Here's one solution, available as an add in.
IMHO, this is one of the REALLY basic things that any CMS needs in order to be a viable solution for sites with more than a few pages/relations.
The text was updated successfully, but these errors were encountered: