ng-configcat-publicapi-ui 5.4.0 → 5.4.1

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.
@@ -7206,6 +7206,7 @@ class CreateFeatureFlagComponent extends BaseComponent {
7206
7206
  ],
7207
7207
  maxValueLength: this.maxStringFlagValueLength,
7208
7208
  description: "Modify the text within the editor to change the initial value.",
7209
+ disableTextEditor: this.formGroup.controls.isJson.value,
7209
7210
  },
7210
7211
  });
7211
7212
  dialogRef.afterClosed().subscribe(data => {