commented some types in TypeMapping

This commit is contained in:
Pavel 2024-05-04 11:46:00 +03:00
parent e610703cbf
commit 7c100e16be

@ -210,13 +210,13 @@ const (
)
var TypeMapping = map[string]FieldType{
"variant": TypeAmoChainedList,
"variant": TypeAmoText, //TypeAmoChainedList
"images": TypeAmoFile,
"varimg": TypeAmoFile,
"file": TypeAmoFile,
"text": TypeAmoText,
"emoji": TypeAmoText,
"select": TypeAmoSelect,
"select": TypeAmoText, // TypeAmoSelect
"date": TypeAmoDate,
"number": TypeAmoNumeric,
"page": TypeAmoText,