Hi there,
I've been working on a minimalistic WatchFace for the Garmin Venu (and soon other devices) and would like to set a custom toggle for the WatchFace. I am not talking about settings this that come in the os of the Garmin watch:
```
(settings.xml)
<setting propertyKey="@Properties.UseMilitaryFormat" title="@Strings.MilitaryFormatTitle">
<settingConfig type="boolean" />


Is there any documentation on how to implement this? Or is this something that is restricted to Garmin's own WatchFaces (since I cannot recall any custom WatchFace with these settings).
Thanks,
Coen