コード例 #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
ファイル: DummyHistory.php プロジェクト: lobbykit/intra
 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()];
 }