예제 #1
0
파일: Article.php 프로젝트: lobbykit/intra
 public function meta()
 {
     return ['post_type' => 'page', 'name' => __('Article page', 'intra'), 'description' => __('Simple text and modules under', 'intra'), 'template' => LobbyKit\Intra\Papi::template(), 'thumbnail' => LobbyKit\Intra\Papi::thumbnail()];
 }
예제 #2
0
 public function meta()
 {
     return ['post_type' => 'module', 'name' => __('Dummy History', 'intra'), 'description' => __('This module is just a dummy...', 'intra'), 'template' => LobbyKit\Intra\Papi::template(), 'thumbnail' => LobbyKit\Intra\Papi::thumbnail()];
 }
예제 #3
0
파일: Modules.php 프로젝트: lobbykit/intra
 public function meta()
 {
     return ['post_type' => 'page', 'name' => __('Module page', 'intra'), 'description' => __('Simple page with modules and a sidebar column', 'intra'), 'template' => LobbyKit\Intra\Papi::template(), 'thumbnail' => LobbyKit\Intra\Papi::thumbnail()];
 }
예제 #4
0
파일: Card.php 프로젝트: lobbykit/intra
 public function meta()
 {
     return ['post_type' => 'module', 'name' => __('Card', 'intra'), 'description' => __('A simple card to place in sidebar or modules', 'intra'), 'template' => LobbyKit\Intra\Papi::template(), 'thumbnail' => LobbyKit\Intra\Papi::thumbnail()];
 }
예제 #5
0
파일: Profile.php 프로젝트: lobbykit/intra
 public function meta()
 {
     return ['post_type' => 'page', 'name' => __('Profile page', 'intra'), 'description' => __('A page to edit the current logged in profile', 'intra'), 'template' => LobbyKit\Intra\Papi::template(), 'thumbnail' => LobbyKit\Intra\Papi::thumbnail()];
 }