2 - Added support for Bible Linker style Bible formatting.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { BibleFormat } from "./local-bible-ref-setting-tab";
|
||||
import { PassageFormat } from "./passage-reference";
|
||||
|
||||
export interface LocalBibleRefSettings {
|
||||
biblesPath: string;
|
||||
defaultVersionShorthand: string;
|
||||
defaultPassageFormat: PassageFormat;
|
||||
}
|
||||
bibleFormat: BibleFormat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user