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 9542117 commit 38683d0
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 @@ -25,8 +25,11 @@
},
"value" : {
"title": "Value",
"description": "Value of the attribute (support EL)",
"type" : "string"
"description": "Value of the attribute (Support EL)",
"type" : "string",
"x-schema-form": {
"expression-language": true
}
}
},
"required": [
Expand Down

0 comments on commit 38683d0

Please sign in to comment.