I’m evaluating various headless CMS platforms for a project I’m working on and have spent a few hours with the free cloud version. My initial impression is that this is a very powerful system that can probably do everything I need, but the lack of detailed documentation may make execution very difficult.
For example, the scripting section of the documentation makes reference to the context being available in a ctx value, but I can’t find any detailed description of what’s contained in that value. Can someone point me to additional documentation?
I tried using console.log(JSON.stringify(ctx)) in a script but it appears that console.log is not available from the script. Is that correct? Is there another way?
For my project I want to auto generate a default value for a field in one schema based on the value of a field in a referenced schema. Is this possible?
Hi Sebastian. I just took a quick look at the scripting documentation and it looks great. No obvious errors. I think it will help a lot of people. Thanks!