Skip to content

Commit

Permalink
fix: BPMN not working in release 0.8.1 #71
Browse files Browse the repository at this point in the history
Merge pull request #72 from brunobcosta/patch-1

fix: move to renamed config variable
  • Loading branch information
oniboni authored Jul 26, 2024
2 parents 6460fae + c881dab commit a94687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kroki/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def on_config(self, config: MkDocsConfig) -> MkDocsConfig:
self.config.FileTypes,
self.config.FileTypeOverrides,
blockdiag_enabled=self.config.EnableBlockDiag,
bpmn_enabled=self.config.Enablebpmn,
bpmn_enabled=self.config.EnableBpmn,
excalidraw_enabled=self.config.EnableExcalidraw,
mermaid_enabled=self.config.EnableMermaid,
diagramsnet_enabled=self.config.EnableDiagramsnet,
Expand Down

0 comments on commit a94687c

Please sign in to comment.