mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-18 17:36:32 +02:00
Add note.
This commit is contained in:
parent
dc83c9bf20
commit
e446930ad7
@ -12,6 +12,16 @@ class FormValidator;
|
||||
class Page;
|
||||
class PageContent;
|
||||
|
||||
// Handle the pages with nodes
|
||||
//Add rw lock for when then need to change
|
||||
|
||||
// PageManager
|
||||
// Page1 (uri)
|
||||
// TextContent (TextContentNode) -> contains the editor, and handles it's table directly (Controller - Model - View)
|
||||
// ImageContent (ImageContentNode) -> contains the editor code, and handles it's table directly
|
||||
// Page2
|
||||
//etc
|
||||
|
||||
class PageManager : public AdminNode {
|
||||
RCPP_OBJECT(PageManager, AdminNode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user