<?php
return [
'aos' => false, // Uses Ascoos OS or Ascoos Oxyzen
'lang' => '', // User Language
'layout' => 'card', // card, vcard, list
'theme' => 'default', //
'image' => true, //
'img_path' => __DIR__ . '/images', // CDN Images Path
'img_url' => 'https://example.com/images',
'title' => true, //
'date' => true, //
'count' => 5, // For list layout
// BootLib UI Framework
'bootlib' => false, // true
'box_class' => 'blib-h-box-emphasized-shadow-1 blib-h-box-hover-color-underline-pulse-1', // blib-h-box-emphasized-shadow-1 blib-h-box-hover-color-underline-pulse-1
'title_class' => 'blib-h-heading-rounded' // blib-h-heading-rounded
];
?>
|