Jetzt neu und frisch, besser vom Niederrhein. 
KLXM Studio – Home
Get in touch

Agencies & network · Advanced · 0:45 min

Packages & features per project

Presets full / content / minimal, individual features, blocks and integrators.

No sound, with subtitles German and English subtitles – switch them on and off with “CC” in the player. The video is hosted on this server and only loads when you press play. The steps below are the full text of the video.

Goal

Every website gets exactly the feature set the project calls for – controlled by the agency, not the client.

Prerequisites

  • Access to the installation’s configuration (SFTP/SSH or deploy).

Step by step

Transcript: every step matches one subtitle in the video.

  1. Every website has a feature set: preset “full”, “content” or “minimal” plus individual switches.
  2. The agency sets it in config/sites/{website}.php – customers cannot change it.
  3. In every website, Grundeinstellungen › Systeminfo shows what is switched on or off there.
  4. Disabled features lock menus, permissions, API and MCP – even for the website’s own admins.
  5. All switches and examples: technical documentation › features & extensions.

Commands & configuration

// config/sites/kunde.php (Hauptwebsite: config/config.local.php)
'preset'      => 'content',                  // full | content | minimal
'features'    => ['data.schema' => false, 'languages' => true],
'blocks'      => ['deny' => ['video']],
'integrators' => ['team@agentur.de'],        // diese Konten sehen immer alles

Tips & pitfalls

Tip

Network accounts and integrators always see everything – use a normal account to test the client’s view.

Watch out

Locked block types stay editable in existing pages but cannot be inserted again.