mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-16 21:06:44 +02:00
18 lines
328 B
Smarty
18 lines
328 B
Smarty
{
|
|
"root": "{1}",
|
|
"javascripts": [],
|
|
"coffees": ["{0}.coffee"],
|
|
"copies": [],
|
|
"meta": {
|
|
"name": "{0}",
|
|
"text": "{0}",
|
|
"version": "0.0.1-a",
|
|
"actions" : [
|
|
{
|
|
"text": "__(Example action)",
|
|
"name": "test"
|
|
}
|
|
]
|
|
}
|
|
}
|