Default attribut
Hello,
I'm trying to create a String field into my schema with default value set as "true".
I tried this :
<attribute default="true" label="Test Default Value" name="test" type="string" sqlDefault="Test"/>
But, it does not work
can you help me please ?