Skip to content

Commit

Permalink
Add Manteltext
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolcher committed Dec 17, 2024
1 parent 3d48a85 commit e3c4737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"Text im Parlament",
"Verkündetes Gesetz (aktuelle Fassung)"
]
},
"Manteltext": {
"type": "blocks"
}
}
}
1 change: 1 addition & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ export interface ApiRegelungsvorhabenRegelungsvorhaben
'api::regelungsvorhaben.regelungsvorhaben'
> &
Schema.Attribute.Private;
Manteltext: Schema.Attribute.Blocks;
NKRNummer: Schema.Attribute.Integer & Schema.Attribute.Required;
NKRStellungnahmeLink: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
Expand Down

0 comments on commit e3c4737

Please sign in to comment.