13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"label": "Invoices",
|
|
"menu": ["Invoices", "fa-file"],
|
|
"icon": "fa-file",
|
|
"user_levels": [
|
|
"Admin",
|
|
"Manager",
|
|
"User"
|
|
],
|
|
"model_namespace": "\\Invoices\\Model",
|
|
"manager": "\\Invoices\\Extension",
|
|
"headless": false
|
|
} |