added support to reference collections in the UI with both their name and id

This commit is contained in:
Gani Georgiev
2024-10-29 13:38:30 +02:00
parent 421310d2f6
commit 658f0c4177
36 changed files with 121 additions and 114 deletions

View File

@@ -21,7 +21,7 @@ const FieldTypeURL = "url"
var _ Field = (*URLField)(nil)
// URLField defines "url" type field for storing URL string value.
// URLField defines "url" type field for storing a single URL string value.
//
// The respective zero record field value is empty string.
type URLField struct {