Skip to content

Commit

Permalink
Add Kamper Topic
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Dec 26, 2024
1 parent 82bf4b1 commit 9a84d0f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions framework/importer/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public static function getConvertCode($key) {

public static function getData() {
self::$data = array(
'tz_kamper' => array(
// Pack Info
'name' => 'Kamper',
'desc' => 'Camping & Outdoor accommodation Joomla Template',

// Pack Data
'thumb' => '/images/stories/kamper/thumbnail.jpg',
'category' => 'joomla',

'demo_url' => 'https://kamper.jollyany.co/',
'doc_url' => 'https://docs.jollyany.co/templates/kamper',

'joomla_version' => array(4,5),

'template' => array(
'name' => 'Kamper Template',
'type' => 'included',
'code' => 'tz_kamper',
'ext_code' => 'tz-kamper-api',
),
),
'tz_likeastar' => array(
// Pack Info
'name' => 'Like a Star',
Expand Down

0 comments on commit 9a84d0f

Please sign in to comment.