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:
@@ -1,10 +1,32 @@
|
||||
# Dashboard
|
||||
|
||||
Het dashboard toont een overzicht van:
|
||||
Het dashboard toont een **role-based overzicht** van de website. Welke widgets zichtbaar zijn, hangt af van de rol van de ingelogde gebruiker.
|
||||
|
||||
- Weergaven (30 dagen)
|
||||
- Unieke bezoekers
|
||||
## Rollen en widgets
|
||||
|
||||
### Admin
|
||||
- Weergaven (30 dagen) en unieke bezoekers
|
||||
- Aantal pagina's en mappen
|
||||
- Actieve plugins
|
||||
- Recente activiteit
|
||||
- Snelle acties
|
||||
- Systeem informatie
|
||||
- Snelle acties (nieuwe pagina, plugin, thema)
|
||||
|
||||
### Content Beheerder
|
||||
- Aantal pagina's en mappen
|
||||
- Recente content wijzigingen
|
||||
- Snelle acties (nieuwe pagina, map)
|
||||
|
||||
### BI Beheerder
|
||||
- Weergaven (30 dagen) en unieke bezoekers
|
||||
- Top pagina's
|
||||
- Recente bezoeken
|
||||
|
||||
### Site Admin
|
||||
- Actieve plugins en thema's
|
||||
- Systeem informatie
|
||||
- Snelle acties (thema, plugin, update)
|
||||
|
||||
## Toegang
|
||||
|
||||
Het dashboard is de standaard pagina na login (`/admin/dashboard`). Alle rollen hebben toegang tot het dashboard.
|
||||
Reference in New Issue
Block a user