zoolanders / ytp-source-k2

A K2 Source for YOOtheme Pro
5 stars 0 forks source link

K2 Source for YOOtheme Pro

A YOOtheme Pro Source for Joomla Component K2 with Views Templating support.

Getting Started

The K2 Source is a YOOtheme Pro module ready to be set in a Child Theme or wrapped into a plugin. Assuming the Child Theme is the prefered choice follow these steps for the initial setup:

  1. Create a folder yootheme_mytheme or with a sufix of your choice.
  2. Enable the new Child Theme in the YOOtheme Pro Customizer Advanced Settings.
  3. Place the contents of this repository into yootheme_mytheme/modules/builder-source-k2.
  4. Create a yootheme_mytheme/config.php file with the following content:
<?php

use function YOOtheme\app;

app()->load(__DIR__ . '/modules/*/bootstrap.php');

return [];

Requirements

Mentions

Developed and maintained by ZOOlanders, this project would not have been possible without the collaboration of JoomlaWorks and sponsorship from Philippe Marty (Atelier 51).