Rework articles handling #35

Merged
kazhnuz merged 25 commits from feat/new-formats into koblog 2025-01-25 17:02:40 +01:00
Showing only changes of commit d2d6cb12c1 - Show all commits

View file

@ -50,7 +50,7 @@ class pluginRSS extends Plugin
$list = $pages->getList( $list = $pages->getList(
$pageNumber = 1, $pageNumber = 1,
$numberOfItems, $numberOfItems,
$type = ['article', 'static'], $type = ['article'],
$state = ['published'], $state = ['published'],
$sticky = true $sticky = true
); );