Skip to content
Luis Reyes edited this page Dec 4, 2016 · 6 revisions

Partial Documentation: More found under the INFO tab in the installed extension Overview

Listings provides a clean way to create manageable content for your site. Create any type of listed content like professional portfolios, products showcase, events, restaurant menus and more. Quickly build your list by using the built-in Default Template which can be easily configured to showcase your content as you want.

If you want more control over the layout of your items create a Custom Template.

Usage

To display one or many listings on a page copy and paste the PLUGIN CODE for each list on your Pagekit page. The plugin code for each list can be found on the Listings Page page.

(listings){"id":"1"}
(listings){ "id":"1", "listingTitle":"uk-hidden", "listingDescription":"uk-text-center" }

Basic Template Example

Templates are built using basic HTML with VueJs interpolations and UIkit for styling and layout of your content.

<h1>{{ list.title }}</h1>
<p>{{ list.description }}</p>