2019-02-01 00:02:34 +00:00
|
|
|
package config
|
|
|
|
|
|
|
|
/*
|
|
|
|
TODO validation
|
|
|
|
- title uniquness and mandatory within a single type of widget
|
|
|
|
- label uniqueness and mandatory (if > 1 data bullets)
|
|
|
|
*/
|
2019-02-17 01:54:48 +00:00
|
|
|
func (c *Config) validate() {
|
2019-02-01 00:02:34 +00:00
|
|
|
|
|
|
|
}
|