Add boolean property type.

This commit is contained in:
kovacsv 2021-06-27 00:00:31 +02:00
parent f16416d536
commit a0e84d016c

View File

@ -3,8 +3,9 @@ OV.PropertyType =
Text : 1,
Integer : 2,
Number : 3,
Percent : 4,
Color : 5
Boolean : 4,
Percent : 5,
Color : 6
};
OV.Property = class