feat(cms): add storage based website content management
This commit is contained in:
parent
7d5689cfa4
commit
12d31f5468
31 changed files with 1347 additions and 158 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,8 +11,12 @@ data/site-settings.json
|
|||
data/smtp-settings.json
|
||||
storage/uploads/images/*
|
||||
storage/config/*
|
||||
storage/content/*
|
||||
!storage/.gitkeep
|
||||
!storage/config/.gitkeep
|
||||
!storage/content/.gitkeep
|
||||
!storage/content/backups/
|
||||
!storage/content/backups/.gitkeep
|
||||
!storage/uploads/.gitkeep
|
||||
!storage/uploads/images/.gitkeep
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue