-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Luis Reyes edited this page Dec 4, 2016
·
6 revisions
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.
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" }
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>