Skip to content

Commit

Permalink
Validation: Add data-alt to contact-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-C committed Nov 13, 2023
1 parent b9f5bae commit 645bc3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions validation/src/main/resources/embed-tag-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,12 @@
"validation": {
"required": false
}
},
{
"name": "data-alt",
"validation": {
"required": false
}
}
]
},
Expand Down

0 comments on commit 645bc3d

Please sign in to comment.