forked from MapComplete/MapComplete
Refactoring: port wikipedia panel to Svelte
This commit is contained in:
parent
24f7610d0a
commit
d8e14927c8
32 changed files with 362 additions and 847 deletions
7
UI/Wikipedia/WikipediaBoxOptions.ts
Normal file
7
UI/Wikipedia/WikipediaBoxOptions.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { UIEventSource } from "../../Logic/UIEventSource"
|
||||
|
||||
export interface WikipediaBoxOptions {
|
||||
addHeader?: boolean
|
||||
firstParagraphOnly?: true | boolean
|
||||
allowToAdd?: boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue