Field position management

This commit is contained in:
William Bouzourène 2025-02-11 13:44:53 +01:00
parent bc8a7d5fee
commit 3b9ca37baa
6 changed files with 138 additions and 12 deletions

View file

@ -13,6 +13,7 @@ type Field struct {
FieldType string
ListID uint
List List
Position int
}
type FieldValue struct {