v3.13.0
Added
- Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
title: String;
attachment: Attachment;
}Fixed
- Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.