review.test-mapfile
Test mapfile macros with security validation to identify and prevent unauthorized tags in Re:VIEW manuscripts.
Instructions
Test #@mapfile macro with security validation (developer tool)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | ||
| file | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cwd": {
"type": "string"
},
"file": {
"type": "string"
}
},
"required": [
"cwd",
"file"
],
"type": "object"
}