Skip to content

Commit

Permalink
Added source file to make configuration changes in. (#1303)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronny Birkeli <[email protected]>
  • Loading branch information
RonnyB71 and Ronny Birkeli authored Dec 4, 2023
1 parent 26a6a9a commit 9232c67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The list of excluded fields can be used to indicate which fields you don't want

Configuration for turning the *Create new copy* feature on and off.

{{< code-title >}}
applicationmetadata.json
{{< /code-title >}}

```json
"copyInstanceSettings": {
"enabled": true
Expand All @@ -47,6 +51,10 @@ Configuration for turning the *Create new copy* feature on and off.

Configuration where the Create new copy is activated and where two fields in two separate groups within the model is being excluded.

{{< code-title >}}
applicationmetadata.json
{{< /code-title >}}

```json
"copyInstanceSettings": {
"enabled": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ I listen med ekskluderte felter kan man angi navnene på felter man ikke ønsker

## Eksempler

Konfigurasjon for å skru på *Lag ny kopi* uten ekskluderinger.
Konfigurasjon for å skru på *Lag ny kopi* uten ekskluderinger. Disse endringene gjøres i applicationmetadata.json.

{{< code-title >}}
applicationmetadata.json
{{< /code-title >}}

```json
"copyInstanceSettings": {
Expand All @@ -47,6 +51,11 @@ Konfigurasjon for å skru på *Lag ny kopi* uten ekskluderinger.

Konfigurasjon hvor Lag ny kopi blir aktivert samtidig som det legges til ekskludering av to ulike felter fra to modeller i skjema.

{{< code-title >}}
applicationmetadata.json
{{< /code-title >}}


```json
"copyInstanceSettings": {
"enabled": true,
Expand Down

0 comments on commit 9232c67

Please sign in to comment.