Skip to content

Commit

Permalink
feat: use expression-language component in studio-policy form
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux authored and aelamrani committed Dec 21, 2020
1 parent ec90713 commit 62d703b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/schemas/schema-form.json
Expand Up @@ -22,11 +22,14 @@
"toReplacement" : {
"title": "Replacement value",
"description": "The value used to replace matching URLs (support EL).",
"type" : "string"
"type" : "string",
"x-schema-form": {
"expression-language": true
}
}
},
"required": [
"fromRegex",
"toReplacement"
]
}
}

0 comments on commit 62d703b

Please sign in to comment.