mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Comment.
This commit is contained in:
parent
eb4b1c073e
commit
f103739720
@ -8,10 +8,8 @@
|
||||
#include "modules/list_page/list_page.h"
|
||||
#include "modules/paged_article/paged_article.h"
|
||||
|
||||
// inherit from StaticPage
|
||||
// (make the module a dependency)
|
||||
// Add PagedArticle as child -> rout everything to it the same way as now
|
||||
// ListPage add bool -> pagination enabled
|
||||
// Inherit from PagedArticles and override generate_index_page -> load and process md files in the set folder
|
||||
// SHould probably be called something else. PagedArticlesMDIndex ?
|
||||
|
||||
class PagedList : public WebNode {
|
||||
RCPP_OBJECT(PagedList, WebNode);
|
||||
|
Loading…
Reference in New Issue
Block a user