@reveldigital/player-client 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reveldigital/player-client",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Helper library for interfacing Angular apps with the Revel Digital player",
5
5
  "schematics": "./schematics/collection.json",
6
6
  "ng-add": {
@@ -52,7 +52,8 @@ function processYML(json, html) {
52
52
  display_name: val.display_name,
53
53
  datatype: val.datatype,
54
54
  default_value: val.default_value,
55
- required: !!val.required
55
+ required: !!val.required,
56
+ multiple: !!val.multiple
56
57
  });
57
58
  if (val.datatype === 'enum') {
58
59
  for (let option of val.options) {