Overview
Plugins extend Flexweg CMS by hooking into the publish flow, contributing editor blocks, dashboard cards, settings pages, and translations. The system is heavily inspired by WordPress's filters / actions model — plugins register callbacks that the admin invokes at well-known lifecycle points.
Enable & configure
This page walks through the day-to-day operations on plugins: enabling, disabling, configuring, and dealing with side-effects.
Built-in plugins
5 items
Must-use plugins
7 items
Installing external plugins
Beyond the built-in and must-use plugins shipped with the admin, you can install third-party plugins packaged as ZIP files. They load at runtime via dynamic import() — no admin rebuild required.
Uninstalling
Uninstall removes a plugin's bundle from Flexweg and unregisters it from the admin. Two categories matter: