added template types to filter input

This commit is contained in:
Andy Miller
2015-09-08 11:31:39 -06:00
parent dd7417b889
commit 1e91e22c19
2 changed files with 12 additions and 3 deletions

View File

@@ -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.
*