just-paja / fudjan-godmode
This package is abandoned and no longer maintained.
No replacement package was suggested.
Admin interface for pwf
1.0.3
2016-03-26 21:59 UTC
Requires
- just-paja/fudjan: ^1.2.1
- just-paja/fudjan-api: ^1.0.3
README
This repository contains backend modules, classes and routes to connect fudjan with godmode.
Config
You can write your own admin config in etc/godmode/admin.d.
Example
[
{
"title":"your-title-that-will-go-trough-locales",
"icon":"category/another-category/icon",
"model":"Namespace1::Namespace2::ClassName",
"opts":{
"list_attrs":["name", "city", "updated_at"],
"list_attrs_exclude":["city"],
"edit_attrs":["name", "city", "updated_at"],
"edit_attrs_exclude":["name"]
}
}
]