mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
added support to reference collections in the UI with both their name and id
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user