tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
loosen base_path to string
awarm.space
5 months ago
bcd180f7
1e2ba295
+1
-1
1 changed file
expand all
collapse all
unified
split
lexicons
src
publication.ts
+1
-1
lexicons/src/publication.ts
···
14
14
required: ["name"],
15
15
properties: {
16
16
name: { type: "string", maxLength: 2000 },
17
17
-
base_path: { type: "string", format: "uri" },
17
17
+
base_path: { type: "string" },
18
18
description: { type: "string", maxLength: 2000 },
19
19
icon: { type: "blob", accept: ["image/*"], maxSize: 1000000 },
20
20
theme: { type: "ref", ref: "#theme" },