Skip to content

Commit

Permalink
Merge pull request #36 from BU-Spark/strapiFeatureJason
Browse files Browse the repository at this point in the history
add stuff
  • Loading branch information
jasonjiang9142 authored Jun 21, 2024
2 parents 82ff1e3 + 521ba3a commit a16766c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"target": "api::boston-municipal-election-date.boston-municipal-election-date"
},
"InitiativeName": {
"type": "string",
"type": "text",
"required": true
},
"ProponentName": {
Expand Down
2 changes: 1 addition & 1 deletion strapi/types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ export interface ApiBallotInitiativeBallotInitiative
'oneToOne',
'api::boston-municipal-election-date.boston-municipal-election-date'
>;
InitiativeName: Attribute.String & Attribute.Required;
InitiativeName: Attribute.Text & Attribute.Required;
ProponentName: Attribute.String & Attribute.Required;
ProponentEmail: Attribute.Email & Attribute.Required;
ProponentPhoneNumber: Attribute.String & Attribute.Required;
Expand Down

0 comments on commit a16766c

Please sign in to comment.