@dynamatix/cat-shared 0.0.55 → 0.0.56

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.
@@ -179,6 +179,10 @@ const formConfigurationSchema = new mongoose.Schema({
179
179
  type: Boolean,
180
180
  default: false
181
181
  },
182
+ dataFromSectionName: {
183
+ type: Boolean,
184
+ default: false
185
+ },
182
186
  fields: [formfieldSchema],
183
187
  order: {
184
188
  type: Number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"