Tyler_Smith
10 years agoStreaming Star
Modify global field after creation
Hi All,
I've noticed that once a field has been created on the new m.global scope I can no longer add or modify its contents.
Example:
I cannot then add to or modify m.global.content
I have tried the following ways to modify with no avail:
Is this expected? Or am I doing something wrong?
I've noticed that once a field has been created on the new m.global scope I can no longer add or modify its contents.
Example:
m.global.addFields({
content: {}
})I cannot then add to or modify m.global.content
I have tried the following ways to modify with no avail:
m.global.content.addReplace("test", "1")
m.global.content = {"test, "1"}
m.global.content.test = "1"Is this expected? Or am I doing something wrong?