You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
311 B
17 lines
311 B
{
|
|
"manifest_version": 2,
|
|
"id": "1st module id",
|
|
"name": "1st Module name",
|
|
"author": "1st Module author",
|
|
"description": "1st Module description",
|
|
"version": "1",
|
|
"namespace": "Example_A",
|
|
"url": "1st module URL",
|
|
"actions": {
|
|
"first.module": {
|
|
"class": "Test",
|
|
"view": "first.module"
|
|
}
|
|
}
|
|
}
|