ZwiiCMS/module/news/ressource/defaultdata.php

14 lines
381 B
PHP
Raw Normal View History

2021-04-09 11:34:16 +02:00
<?php
class init extends search {
public static $defaultData = [
'feeds' => false,
'feedsLabel' => '',
2021-04-09 13:29:11 +02:00
'itemsperPage' => 8,
'itemsperCol' => 12,
2021-04-09 11:34:16 +02:00
'versionData' => '3.0'
];
public static $defaultTheme = [
'itemsHeight' => '200px',
2021-04-09 13:29:11 +02:00
'itemsBlur' => '0%'
2021-04-09 11:34:16 +02:00
];
}