Update all guides (NL + EN) for CodePress 2.5.2 features
- Admin guide: RBAC roles, role-based dashboard, plugin types (content/system) - CodePress developer guide: plugin types, admin plugin API, SCSS compilation, asset serving - Theme developer guide: SCSS sole CSS source, css_compiled read-only, guide layout - Content manager guide: layout selection from theme.json, plugin order in frontmatter - Both NL and EN updated with identical structure - 35 files updated
This commit is contained in:
@@ -2,13 +2,20 @@
|
||||
|
||||
De CodePress developer handleiding bevat de volgende onderwerpen:
|
||||
|
||||
- **Architectuur** - CMS architectuur en mappenstructuur
|
||||
- **Core classes** - CodePressCMS, ThemeManager, PluginManager
|
||||
- **Plugin development** - Plugins ontwikkelen
|
||||
- **Routing** - Frontend en admin routing
|
||||
- **Beveiliging** - XSS, CSRF, path traversal
|
||||
- **Testing** - Penetratie, accessibility en functionele tests
|
||||
- **Debugging** - Logging en cache
|
||||
- **Performance** - OPcache en SCSS caching
|
||||
- **Architectuur** — CMS architectuur en mappenstructuur
|
||||
- **Core classes** — CodePressCMS, ThemeManager, PluginManager, AdminAuth
|
||||
- **Plugin development** — Plugin types (content/systeem), structuur, API
|
||||
- **Routing** — Frontend, admin en plugin admin routing
|
||||
- **Beveiliging** — XSS, CSRF, path traversal, RBAC
|
||||
- **Testing** — Penetratie, accessibility en functionele tests
|
||||
- **Debugging** — Logging en cache
|
||||
- **Performance** — OPcache en SCSS caching
|
||||
|
||||
Belangrijke concepten in CodePress 2.5.2:
|
||||
|
||||
- **Plugin types** — Content plugins (sidebar) en systeem plugins (admin menu, routes, API)
|
||||
- **Admin plugin API** — Systeem plugins kunnen admin menu items en routes registreren
|
||||
- **SCSS compilatie** — `ThemeManager` compileert SCSS naar `css_compiled/` via scssphp (read-only)
|
||||
- **Asset serving** — `public/asset.php` serveert themes/, admin/assets/ en plugins/ op Apache (i.p.v. PHP dev router)
|
||||
|
||||
Selecteer een onderwerp uit de navigatie aan de linkerkant.
|
||||
Reference in New Issue
Block a user