Skip to content

Modules

Thorsten Marx ㋡ edited this page Nov 11, 2023 · 4 revisions

Modules are our way to provide functionality without adding everything into the core.

Starting with version 2.0.0 TemplateEngines and MarkdownEngines are implemented as modules.

Modules are installed globaly into the modules/ folder, but activate localy per host

modules:
  active:
    - flexmark-module
    - markedjs-module
    - pebble-module
    - thymeleaf-module
    - freemarker-module

Markdown renderer

  • flexmark-module
  • markedjs-module

Template engines

  • freemarker-module
  • pebble-module
  • thymeleaf-module

Search module

With release 2.5.0 cms provides full text search via a search-module with a minimal http interface to integration into your project.

Clone this wiki locally