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

Admin Hooks

Started by Muut Archive 11 years ago · 2 replies · 333 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 1344 9 years ago
Archive · by Muut Archive, 9 years ago
2 930 9 years ago
Archive · by Muut Archive, 9 years ago
2 4058 9 years ago
Archive · by Muut Archive, 9 years ago
1 2943 9 years ago
Archive · by Muut Archive, 9 years ago
3 1116 9 years ago