As of 3.7.21, itโs now safe to set custom field properties directly on elements, rather than going through setFieldValue() ๐
$element->myCustomField = โvalueโ;
Also means that testsโ element fixtures no longer need to use the `field:` prefix for custom fields.
#craftcms