mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-17 02:33:37 +05:30
19 lines
306 B
JSON
19 lines
306 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": {},
|
||
|
"regExp": {},
|
||
|
"context": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"publicPath": {},
|
||
|
"outputPath": {},
|
||
|
"useRelativePath": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"emitFile": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|