openchs-models 1.33.26 → 1.33.27
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.
|
@@ -257,6 +257,10 @@ class FormElement extends _BaseEntity.default {
|
|
|
257
257
|
const unique = this.recordByKey("unique");
|
|
258
258
|
return _lodash.default.isNil(unique) ? false : unique.getValue();
|
|
259
259
|
}
|
|
260
|
+
get restrictGalleryUpload() {
|
|
261
|
+
const restrictGalleryUpload = this.recordByKey("restrictGalleryUpload");
|
|
262
|
+
return _lodash.default.isNil(restrictGalleryUpload) ? false : restrictGalleryUpload.getValue();
|
|
263
|
+
}
|
|
260
264
|
get styles() {
|
|
261
265
|
const style = {};
|
|
262
266
|
const backgroundColour = this.recordValueByKey("backgroundColour");
|