mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-16 18:23:23 +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
|
|
} |