hdm icon indicating copy to clipboard operation
hdm copied to clipboard

Allow users of HDM to specify default data sets

Open tuxmea opened this issue 4 years ago • 0 comments

Default data sets are stored in a config yaml file.

e.g.

hdm_user_data.yaml
hash:
  key: value
  key2: value
array:
    - el1
    - el2
boolean: true
integer: 10
float: 1.1
string: 'a string'
``´

tuxmea avatar Apr 26 '21 12:04 tuxmea