From 800ffaf658c3defe165dd24c3ecd65ceabc7096a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 29 Sep 2024 11:48:59 +0200 Subject: feat(new/figure)!: Init BREAKING CHANGE: The config file now needs to contain an `templates.figure` key. You can simply add this. --- src/config_file.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config_file.rs') diff --git a/src/config_file.rs b/src/config_file.rs index f9ea659..8894721 100644 --- a/src/config_file.rs +++ b/src/config_file.rs @@ -10,4 +10,5 @@ pub struct Config { pub struct Template { pub section: String, pub chapter: String, + pub figure: String, } -- cgit 1.4.1