-
Notifications
You must be signed in to change notification settings - Fork 1
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- flexmark-module
- markedjs-module
- freemarker-module
- pebble-module
- thymeleaf-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.