ajpiano
MManifest
•Created by ajpiano on 11/14/2024 in #questions-🙋
Defaulting property values?
Is there a way of setting property defaults? I get exceptions when I do something as simple as try to setup a default value true/false for a boolean field. I have tried with both a
default
on the property as well as options: {default: true}
. Apologies if I am missing something obvious here!7 replies