PR-17 - Fixed a minor bug where the full text for multi-chapter references wasn't being displayed in the passage preview and updated a few just stylistic things.
This commit is contained in:
@@ -6,6 +6,7 @@ export default interface LocalBibleRefSettings {
|
||||
defaultVersionShorthand: string;
|
||||
defaultPassageFormat: PassageFormat;
|
||||
bibleFormat: BibleFormat;
|
||||
fullPreview: boolean;
|
||||
quote: {
|
||||
includeReference: boolean;
|
||||
referencePosition: QuoteReferencePosition;
|
||||
@@ -16,7 +17,6 @@ export default interface LocalBibleRefSettings {
|
||||
linkToPassage: boolean;
|
||||
collapsible: boolean;
|
||||
};
|
||||
fullSuggestion: boolean;
|
||||
}
|
||||
|
||||
export enum QuoteReferencePosition {
|
||||
|
||||
Reference in New Issue
Block a user