Skip to content

Commit

Permalink
Merge pull request #352 from NDLANO/not-mandatory-url-in-campaign
Browse files Browse the repository at this point in the history
Url in campaignblock should not be required
  • Loading branch information
gunnarvelle authored Dec 20, 2023
2 parents d93062d + 99b8b1f commit 8346d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation/src/main/resources/embed-tag-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,14 +980,14 @@
{
"name": "data-url",
"validation": {
"required": true,
"required": false,
"dataType": "URL"
}
},
{
"name": "data-url-text",
"validation": {
"required": true
"required": false
}
},
{
Expand Down

0 comments on commit 8346d3e

Please sign in to comment.