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