Skip to content

Commit

Permalink
Add required to header
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Oct 10, 2023
1 parent a4b05ce commit 40915b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"localized": true
}
},
"required": true,
"type": "string"
},
"pre_form": {
Expand Down
1 change: 1 addition & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ export interface ApiFormFlowPageFormFlowPage extends Schema.CollectionType {
};
}>;
heading: Attribute.String &
Attribute.Required &
Attribute.SetPluginOptions<{
i18n: {
localized: true;
Expand Down

0 comments on commit 40915b5

Please sign in to comment.