Skip to content

Commit

Permalink
Merge pull request #335 from NDLANO/add-data-alt-to-contact-block
Browse files Browse the repository at this point in the history
Validation: Add data-alt to contact-block
  • Loading branch information
Jonas-C authored Nov 13, 2023
2 parents b9f5bae + 645bc3d commit 793897d
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 793897d

Please sign in to comment.