Skip to content

Commit

Permalink
Merge pull request #406 from helsingborg-stad/chore/image-null-typings
Browse files Browse the repository at this point in the history
chore: changed from null to NULL
  • Loading branch information
NiclasNorin authored Mar 27, 2024
2 parents 43440ae + c675bfb commit 7b34b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/php/Component/Image/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"types": {
"src": "boolean|string",
"alt": "string|null",
"caption": "string",
"byline": "string",
"alt": "string|NULL",
"caption": "string|boolean",
"byline": "string|NULL",
"fullWidth": "boolean",
"rounded": "boolean",
"openModal": "boolean",
Expand Down

0 comments on commit 7b34b9d

Please sign in to comment.