fix: Config schema.
parent
41263d8772
commit
b1994c0c40
|
|
@ -108,7 +108,7 @@ pub struct PrivateShop {
|
||||||
impl Default for Config {
|
impl Default for Config {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
schema: "http://json-schema.org/draft-07/schema#".into(),
|
schema: "https://raw.githubusercontent.com/WildEgo/m2-json-schemas/refs/heads/main/config.json".into(),
|
||||||
locale: Locale::En,
|
locale: Locale::En,
|
||||||
display: Display {
|
display: Display {
|
||||||
width: 800,
|
width: 800,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue