@dynamatix/cat-shared 0.0.43 → 0.0.44

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.
@@ -159,6 +159,10 @@ const formConfigurationSchema = new mongoose.Schema({
159
159
  sectionLabel: {
160
160
  type: String,
161
161
  trim: true
162
+ },
163
+ isArray: {
164
+ type: Boolean,
165
+ default: false
162
166
  },
163
167
  fields: [formfieldSchema],
164
168
  order: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"