Page Builder side of the CMS (Content Management System) PolarPress released under GNU General Public License v3.0
Go to file
Helge-Mikael Nordgård 4e5f0e5e5b
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Fixed card layout in pagelisting
2025-05-05 21:52:57 +02:00
.github/workflows Base framework 2025-05-05 15:02:00 +02:00
app Removed permission checking as permissions are not implemented for the standalone pagebuilder codebase 2025-05-05 19:26:20 +02:00
bootstrap Base framework 2025-05-05 15:02:00 +02:00
config Changed correct dashboard route and introduced a stripped down version of the pagesettings helper class from the main CMS codebase, in order to maintain compatability/functionality 2025-05-05 19:12:42 +02:00
database ImageNode from Polarpress migration + model + helper class, PageRender controller 2025-05-05 15:25:55 +02:00
public Updated route list to include privacy policy, terms of use and sales terms to prevent errors with components that render links to those routes 2025-05-05 19:18:20 +02:00
resources Fixed card layout in pagelisting 2025-05-05 21:52:57 +02:00
routes Updated route list to include privacy policy, terms of use and sales terms to prevent errors with components that render links to those routes 2025-05-05 19:18:20 +02:00
storage Base framework 2025-05-05 15:02:00 +02:00
tests Base framework 2025-05-05 15:02:00 +02:00
.editorconfig Base framework 2025-05-05 15:02:00 +02:00
.env.example Base framework 2025-05-05 15:02:00 +02:00
.gitattributes Base framework 2025-05-05 15:02:00 +02:00
.gitignore Initial commit 2025-05-05 14:43:55 +02:00
.prettierignore Base framework 2025-05-05 15:02:00 +02:00
.prettierrc Base framework 2025-05-05 15:02:00 +02:00
artisan Base framework 2025-05-05 15:02:00 +02:00
components.json Base framework 2025-05-05 15:02:00 +02:00
composer.json Base framework 2025-05-05 15:02:00 +02:00
composer.lock Base framework 2025-05-05 15:02:00 +02:00
eslint.config.js Base framework 2025-05-05 15:02:00 +02:00
LICENSE Initial commit 2025-05-05 14:43:55 +02:00
package-lock.json Transferred and translated the frontend code from L10 to L12 2025-05-05 19:01:27 +02:00
package.json Transferred and translated the frontend code from L10 to L12 2025-05-05 19:01:27 +02:00
phpunit.xml Base framework 2025-05-05 15:02:00 +02:00
README.md Initial commit 2025-05-05 14:43:55 +02:00
tsconfig.json Base framework 2025-05-05 15:02:00 +02:00
vite.config.ts Base framework 2025-05-05 15:02:00 +02:00

polarpress-pagebuilder

Page Builder side of the CMS (Content Management System) PolarPress released under GNU