Skip to content

Commit

Permalink
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions validation/src/main/resources/embed-tag-rules.json
Original file line number Diff line number Diff line change
@@ -563,6 +563,15 @@
"data-height"
]
}
},
{
"name": "data-alt",
"validation": {
"required": false,
"mustCoexistWith": [
"data-imageid"
]
}
}
]
},

0 comments on commit be8fbca

Please sign in to comment.