os-js/osjs-client

Widget settings in config

maryam4s26 opened this issue · 2 comments

Hi @andersevenrud
If possible, what is the widget parameter in the config file for? https://github.com/os-js/osjs-client/blob/master/src/config.js#L214

That would be:

{
  name: string;
  options: {};
}[];

Where options for example in the digtal clock is {fontColor: string; fontFamily: string}.

thank you