Exemplo n.º 1
0
 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()];
 }
Exemplo n.º 2
0
<?php

LobbyKit\Intra\Papi::render_page();
Exemplo n.º 3
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()];
 }
Exemplo n.º 4
0
 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()];
 }
Exemplo n.º 5
0
 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()];
 }
Exemplo n.º 6
0
 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()];
 }