Deltacms/module/news/ressource/defaultdata.php

20 lines
571 B
PHP
Raw Normal View History

2022-01-31 09:10:49 +01:00
<?php
2022-05-11 08:58:38 +02:00
class init extends news {
2022-01-31 09:10:49 +01:00
public static $defaultData = [
'feeds' => false,
'feedsLabel' => '',
'itemsperPage' => 8,
'itemsperCol' => 12,
'height' => -1,
2022-03-18 07:50:13 +01:00
'versionData' => '4.0'
2022-01-31 09:10:49 +01:00
];
public static $defaultTheme = [
'style' => '',
'borderStyle' => 'none',
'borderColor' => 'rgba(33, 34, 35, 1)',
'backgroundColor' => 'rgba(255, 255, 255, 1)',
'borderWidth' => '0'
];
}