ContentAPI voor PHP content bestanden + handleiding in admin

- Nieuwe ContentAPI class beschikbaar als $api in PHP content bestanden
  met methodes: getAllPages, getPage, getMenu, getConfig, buildUrl, etc.
- Admin handleiding pagina op /admin/guide met taalwisselaar
- Zijbalk link naar handleiding in admin menu
- Dubbele alert in config pagina verwijderd
- Handleidingen (nl/en) uitgebreid met Content API referentie
This commit is contained in:
2026-07-28 13:59:32 +02:00
parent f72d7e7b01
commit f8be943550
9 changed files with 452 additions and 25 deletions
+3
View File
@@ -42,6 +42,9 @@ require_once 'class/Logger.php';
require_once 'plugin/CMSAPI.php';
require_once 'plugin/PluginManager.php';
// Load ContentAPI class - provides CMS data access for PHP content files
require_once 'class/ContentAPI.php';
// Load main CMS class - handles content parsing, navigation, search, and page rendering
require_once 'class/CodePressCMS.php';