mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-30 01:36:27 +01:00
added template types to filter input
This commit is contained in:
@@ -386,7 +386,17 @@ class Admin
|
||||
}
|
||||
|
||||
/**
|
||||
* Get All modular types
|
||||
* Get All template types
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function types()
|
||||
{
|
||||
return Pages::types();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get All modular template types
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
@@ -395,7 +405,6 @@ class Admin
|
||||
return Pages::modularTypes();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get all plugins.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user