@dynamatix/cat-shared 0.0.59 → 0.0.60
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.
|
@@ -156,6 +156,10 @@ const formConfigurationSchema = new mongoose.Schema({
|
|
|
156
156
|
type: String,
|
|
157
157
|
required: true
|
|
158
158
|
},
|
|
159
|
+
sectionLayout: {
|
|
160
|
+
type: String,
|
|
161
|
+
trim: true
|
|
162
|
+
},
|
|
159
163
|
parentKey: String,
|
|
160
164
|
populations: [Object],
|
|
161
165
|
visibilityCondition: {
|
|
@@ -171,10 +175,6 @@ const formConfigurationSchema = new mongoose.Schema({
|
|
|
171
175
|
type: String,
|
|
172
176
|
trim: true
|
|
173
177
|
},
|
|
174
|
-
sectionLayout: {
|
|
175
|
-
type: String,
|
|
176
|
-
trim: true
|
|
177
|
-
},
|
|
178
178
|
isArray: {
|
|
179
179
|
type: Boolean,
|
|
180
180
|
default: false
|