17 lines
442 B
JSON
17 lines
442 B
JSON
{
|
|
"placeholders": {
|
|
"today": {
|
|
"className": "Espo\\Tools\\EmailTemplate\\Placeholders\\Today",
|
|
"order": 0
|
|
},
|
|
"now": {
|
|
"className": "Espo\\Tools\\EmailTemplate\\Placeholders\\Now",
|
|
"order": 1
|
|
},
|
|
"currentYear": {
|
|
"className": "Espo\\Tools\\EmailTemplate\\Placeholders\\CurrentYear",
|
|
"order": 2
|
|
}
|
|
}
|
|
}
|