PseudoCorps
Results
2
issues of
PseudoCorps
I think attributes like hidden and secure don't work with array notation: ``` comments:[ { type: Schema.Types.ObjectId, ref: 'Comment', form: {hidden: true}} ], ``` But do work with ``` comments:{...
So I've been going through the tool files trying to make it so I can build the bottom of a solid with different values, and I think that I might...