mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
![]() |
daysPerPage = 5;
|
||
|
|
||
|
Telescope.config.viewsMenu.push({
|
||
|
route: 'postsDaily',
|
||
|
label: 'daily',
|
||
|
description: 'day_by_day_view'
|
||
|
});
|