Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Admin Hooks

Started by Muut Archive 11 years ago · 2 replies · 406 views
11 years ago

Is there a list of plugin hooks for the admin? I noticed that the simple search plugin used one to register its page type, but couldn't find any documentation of them.

11 years ago

There's only a few and they are not documented yet. Basically we have:

  • onGetPageTemplates(Event) -> for adding page templates (see simplesearch plugin)
  • onBlueprintCreated(Event)-> for injecting into page blueprints (see feed plugin)
  • onAdminTemplateNavPluginHook() -> for adding into the Admin sidebar (see data-manager plugin)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2283 9 years ago
Archive · by Muut Archive, 9 years ago
2 1497 9 years ago
Archive · by Muut Archive, 9 years ago
2 4747 9 years ago
Archive · by Muut Archive, 9 years ago
1 3563 9 years ago
Archive · by Muut Archive, 9 years ago
3 1622 9 years ago