Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Plugin Integration with the admin plugin

Started by Steven Spungin 9 years ago · 0 replies · 807 views
9 years ago

I recently spent some time writing plugins that integrated with grav-core and the admin plugin. I found it really frustrating that the admin plugin hijacked many services and deviated from the general architecture. In particular:

  1. Pages under plugin/admin/pages do not get put into folders like pages in user/pages

  2. Additional (generic) events are fired by admin and seem to be better located in core. (such as onPageNotFound and onAdminTwigTemplatePaths)

  3. Multiple forms defined front-matter pages under /admin/pages are not recognized.

So I fixed or worked around these issues, and now raise this design question up for discussion:

There are circular dependencies between admin and grav core. How does everyone feel about the dependency issue? Should it be refactored?

If I spend time migrating my fixes for a PR, should they be in admin, or grav-core?

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago